Skip to content

Commit

Permalink
types: Proper casing of name
Browse files Browse the repository at this point in the history
Co-authored-by: MateoDeveloper <79017590+Mateo-tem@users.noreply.github.com>
  • Loading branch information
Jiralite and Mateo-tem committed Jun 11, 2022
1 parent 0fac55d commit 1698352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/discord.js/typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3778,10 +3778,10 @@ export interface AuditLogChange {

export interface AutoModRuleAction {
type: number;
metadata: AutoModRuleActionMetaData;
metadata: AutoModRuleActionMetadata;
}

export interface AutoModRuleActionMetaData {
export interface AutoModRuleActionMetadata {
channelId: Snowflake;
durationSeconds: number;
}
Expand Down

0 comments on commit 1698352

Please sign in to comment.