Skip to content

Commit

Permalink
Fix compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Nov 8, 2024
1 parent 16a208f commit b2f2c06
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public fun Intent.getName(): String = when (this) {
is Intent.GuildMessageTyping -> "Guild Message Typing"
is Intent.GuildMessages -> "Guild Messages"
is Intent.GuildModeration -> "Guild Moderation"
is Intent.GuildExpressions -> "Guild Expressions"
is Intent.GuildPresences -> "Guild Presences"
is Intent.GuildScheduledEvents -> "Guild Scheduled Events"
is Intent.GuildVoiceStates -> "Guild Voice States"
Expand Down

0 comments on commit b2f2c06

Please sign in to comment.