1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -5383,6 +5383,7 @@ export interface AutoModerationAction {
|
||||
export interface AutoModerationActionMetadata {
|
||||
channelId: Snowflake | null;
|
||||
durationSeconds: number | null;
|
||||
customMessage: string | null;
|
||||
}
|
||||
|
||||
export interface AutoModerationTriggerMetadata {
|
||||
|
1
typings/rawDataTypes.d.ts
vendored
1
typings/rawDataTypes.d.ts
vendored
@@ -248,6 +248,7 @@ export interface APIAutoModerationAction {
|
||||
export interface APIAutoModerationActionMetadata {
|
||||
channel_id?: Snowflake;
|
||||
duration_seconds?: number;
|
||||
custom_message?: string;
|
||||
}
|
||||
|
||||
export interface APIAutoModerationRule {
|
||||
|
Reference in New Issue
Block a user