mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
feat(Guild): allow description and features in edit (#5505)
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -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