Skip to content

Commit

Permalink
Update kordex to fix sentry hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
NoComment1105 committed Mar 5, 2024
1 parent 90ddcbf commit 0542367
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ grgit = "5.2.2"
blossom = "2.1.0"

# Libraries
kord-extensions = "1.7.2-20240221.102953-1"
kord-extensions = "1.8.0-20240228.171743-12"
logging = "6.0.3"
logback = "1.5.0"
github-api = "1.318"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import com.kotlindiscord.kord.extensions.commands.converters.impl.snowflake
import com.kotlindiscord.kord.extensions.commands.converters.impl.string
import com.kotlindiscord.kord.extensions.components.components
import com.kotlindiscord.kord.extensions.components.ephemeralButton
import com.kotlindiscord.kord.extensions.components.ephemeralSelectMenu
import com.kotlindiscord.kord.extensions.components.ephemeralStringSelectMenu
import com.kotlindiscord.kord.extensions.components.linkButton
import com.kotlindiscord.kord.extensions.extensions.Extension
import com.kotlindiscord.kord.extensions.extensions.ephemeralSlashCommand
Expand Down Expand Up @@ -486,7 +486,7 @@ class RoleMenu : Extension() {
content = "Use the menu below to select roles."
components {
// TODO Update to ephemeralRoleSelectMenu
ephemeralSelectMenu {
ephemeralStringSelectMenu {
placeholder = "Select roles..."
maximumChoices = roles.size
minimumChoices = 0
Expand Down Expand Up @@ -583,7 +583,7 @@ class RoleMenu : Extension() {
content = "Use the menu below to subscribe to roles."
components {
// TODO Update to ephemeralRoleSelectMenu
ephemeralSelectMenu {
ephemeralStringSelectMenu {
placeholder = "Select roles to subscribe to..."
minimumChoices = 0
maximumChoices = subscribableRoles.size
Expand Down

0 comments on commit 0542367

Please sign in to comment.