types(MessageReactionResolvable): add string (#5863)

This commit is contained in:
monbrey
2021-06-16 19:29:14 +10:00
committed by GitHub
parent 6cceb936a7
commit a0b7d95e36

3
typings/index.d.ts vendored
View File

@@ -3488,7 +3488,8 @@ declare module 'discord.js' {
| Snowflake
| `${string}:${Snowflake}`
| `<:${string}:${Snowflake}>`
| `<a:${string}:${Snowflake}>`;
| `<a:${string}:${Snowflake}>`
| string;
interface MessageReference {
channelID: Snowflake;