diff --git a/index.d.ts b/index.d.ts index 778fdea6f..c35c735e4 100644 --- a/index.d.ts +++ b/index.d.ts @@ -538,7 +538,7 @@ declare namespace Eris { nick?: string; mute?: boolean; deaf?: boolean; - channelID?: string; + channelID?: string | null; } interface RoleOptions { name?: string;