feat: backport automod
This commit is contained in:
@@ -248,6 +248,7 @@ class Guild extends AnonymousGuild {
|
||||
* * SEVEN_DAY_THREAD_ARCHIVE
|
||||
* * PRIVATE_THREADS
|
||||
* * ROLE_ICONS
|
||||
* * AUTO_MODERATION
|
||||
* @typedef {string} Features
|
||||
* @see {@link https://discord.com/developers/docs/resources/guild#guild-object-guild-features}
|
||||
*/
|
||||
|
3
typings/index.d.ts
vendored
3
typings/index.d.ts
vendored
@@ -6098,7 +6098,8 @@ export type GuildFeatures =
|
||||
| 'THREE_DAY_THREAD_ARCHIVE'
|
||||
| 'SEVEN_DAY_THREAD_ARCHIVE'
|
||||
| 'PRIVATE_THREADS'
|
||||
| 'ROLE_ICONS';
|
||||
| 'ROLE_ICONS'
|
||||
| 'AUTO_MODERATION';
|
||||
|
||||
export interface GuildMemberEditData {
|
||||
nick?: string | null;
|
||||
|
Reference in New Issue
Block a user