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