diff --git a/typings/index.d.ts b/typings/index.d.ts index 6acc486d8..4372b4ecf 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -666,10 +666,10 @@ declare module 'discord.js' { private _sortedChannels(channel: Channel): Collection; private _memberSpeakUpdate(user: Snowflake, speaking: boolean): void; - public readonly afkChannel: VoiceChannel; - public afkChannelID: Snowflake; + public readonly afkChannel: VoiceChannel | null; + public afkChannelID: Snowflake | null; public afkTimeout: number; - public applicationID: Snowflake; + public applicationID: Snowflake | null; public available: boolean; public banner: string | null; public channels: GuildChannelManager;