diff --git a/typings/index.d.ts b/typings/index.d.ts index 256fe7131..bbbc613c5 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -3488,7 +3488,8 @@ declare module 'discord.js' { | Snowflake | `${string}:${Snowflake}` | `<:${string}:${Snowflake}>` - | ``; + | `` + | string; interface MessageReference { channelID: Snowflake;