feat(Guild): allow description and features in edit (#5505)

This commit is contained in:
Souji
2021-04-27 09:36:48 +02:00
committed by GitHub
parent 2c54f72670
commit 8a059cccb8
2 changed files with 10 additions and 0 deletions

2
typings/index.d.ts vendored
View File

@@ -2722,6 +2722,8 @@ declare module 'discord.js' {
rulesChannel?: ChannelResolvable;
publicUpdatesChannel?: ChannelResolvable;
preferredLocale?: string;
description?: string | null;
features?: GuildFeatures[];
}
interface GuildEmojiCreateOptions {