Skip to content

Commit

Permalink
feat: guilds features
Browse files Browse the repository at this point in the history
  • Loading branch information
PandaGuerrier committed Jul 30, 2023
1 parent 59a2882 commit ee5215b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/src/api/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,12 @@ enum GuildFeature {
sevenDayThreadArchive('SEVEN_DAY_THREAD_ARCHIVE'),
applicationCommandPermissionsV2('APPLICATION_COMMAND_PERMISSIONS_V2'),
soundboard('SOUNDBOARD'),
channelIconEmojisGenerated('CHANNEL_ICON_EMOJIS_GENERATED');
channelIconEmojisGenerated('CHANNEL_ICON_EMOJIS_GENERATED'),
guestsEnabled('GUESTS_ENABLED'),
guildOnboardingHasPrompts('GUILD_ONBOARDING_HAS_PROMPTS'),
guildOnboardingEverEnabled('GUILD_ONBOARDING_EVER_ENABLED'),
guildOnboarding('GUILD_ONBOARDING'),
guildServerGuide('GUILD_SERVER_GUIDE');

final String value;
const GuildFeature(this.value);
Expand Down

0 comments on commit ee5215b

Please sign in to comment.