mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-15 19:08:20 +00:00
feat(Guild): allow description and features in edit (#5505)
This commit is contained in:
Vendored
+2
@@ -2722,6 +2722,8 @@ declare module 'discord.js' {
|
||||
rulesChannel?: ChannelResolvable;
|
||||
publicUpdatesChannel?: ChannelResolvable;
|
||||
preferredLocale?: string;
|
||||
description?: string | null;
|
||||
features?: GuildFeatures[];
|
||||
}
|
||||
|
||||
interface GuildEmojiCreateOptions {
|
||||
|
||||
Reference in New Issue
Block a user