more fixxes

This commit is contained in:
ITOH
2021-05-01 18:42:46 +02:00
parent 51095db12f
commit eda4895da3
8 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ export enum DiscordChannelTypes {
/** A temporary sub-channel within a GUILD_TEXT channel that is only viewable by those invited and those with the MANAGE_THREADS permission */
GuildPivateThread,
/** A voice channel for hosting events with an audience */
GUILD_STAGE_VOICE = 13,
GuildStageVoice = 13,
}
export type ChannelTypes = DiscordChannelTypes;