mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
feat(GuildManager): allow system channel flags in create (#5504)
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -2701,6 +2701,7 @@ declare module 'discord.js' {
|
||||
icon?: BufferResolvable | Base64Resolvable | null;
|
||||
region?: string;
|
||||
roles?: PartialRoleData[];
|
||||
systemChannelFlags?: SystemChannelFlagsResolvable;
|
||||
systemChannelID?: number;
|
||||
verificationLevel?: VerificationLevel | number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user