Skip to content

Commit

Permalink
Fix missing access issues
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Sep 22, 2024
1 parent ce654c7 commit 4fd719e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ suspend fun VoteBotModule.createCommand() = ephemeralSlashCommand(::CreateArgume
)
)
val emojis = currentSettings.selectEmojis(
guild,
voteSafeGuild,
25
)
var poll = Poll(
Expand All @@ -104,7 +104,7 @@ suspend fun VoteBotModule.createCommand() = ephemeralSlashCommand(::CreateArgume
components(10.minutes) {
suspend fun update() = edit {
val emojis = currentSettings.selectEmojis(
guild,
voteSafeGuild,
poll.options.size
)
// re-arrange emojis and update settings
Expand Down

0 comments on commit 4fd719e

Please sign in to comment.