mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-15 10:58:18 +00:00
feat: Add rtcRegion to GuildManager#create() (#6858)
This commit is contained in:
Vendored
+1
@@ -4708,6 +4708,7 @@ export interface PartialChannelData {
|
||||
nsfw?: boolean;
|
||||
bitrate?: number;
|
||||
userLimit?: number;
|
||||
rtcRegion?: string | null;
|
||||
permissionOverwrites?: PartialOverwriteData[];
|
||||
rateLimitPerUser?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user