mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
types(MessageReactionResolvable): add string (#5863)
This commit is contained in:
3
typings/index.d.ts
vendored
3
typings/index.d.ts
vendored
@@ -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