diff --git a/typings/index.d.ts b/typings/index.d.ts index 51c60035f2d5..bf4f2edfd387 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -1736,11 +1736,11 @@ export class MessageMentions { everyone: boolean, repliedUser?: APIUser | User, ); - private _channels: Collection | null; + private _channels: Collection | null; private readonly _content: string; private _members: Collection | null; - public readonly channels: Collection; + public readonly channels: Collection; public readonly client: Client; public everyone: boolean; public readonly guild: Guild;