mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-15 19:08:20 +00:00
types(MessageReactionResolvable): add string (#5863)
This commit is contained in:
Vendored
+2
-1
@@ -3488,7 +3488,8 @@ declare module 'discord.js' {
|
||||
| Snowflake
|
||||
| `${string}:${Snowflake}`
|
||||
| `<:${string}:${Snowflake}>`
|
||||
| `<a:${string}:${Snowflake}>`;
|
||||
| `<a:${string}:${Snowflake}>`
|
||||
| string;
|
||||
|
||||
interface MessageReference {
|
||||
channelID: Snowflake;
|
||||
|
||||
Reference in New Issue
Block a user