mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
more fixxes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user