diff --git a/typings/index.d.ts b/typings/index.d.ts index b4798fc03..494b34881 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -158,8 +158,8 @@ declare module 'discord.js' { public deleted: boolean; public id: Snowflake; public type: keyof typeof ChannelType; - public delete(reason?: string): Promise; - public fetch(): Promise; + public delete(reason?: string): Promise; + public fetch(): Promise; public toString(): string; }