feat: backport automod

This commit is contained in:
March 7th
2023-01-14 18:05:40 +07:00
parent 4fa5088afa
commit 2ecf50b131
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -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;