mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 04:53:30 +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
|
| Snowflake
|
||||||
| `${string}:${Snowflake}`
|
| `${string}:${Snowflake}`
|
||||||
| `<:${string}:${Snowflake}>`
|
| `<:${string}:${Snowflake}>`
|
||||||
| `<a:${string}:${Snowflake}>`;
|
| `<a:${string}:${Snowflake}>`
|
||||||
|
| string;
|
||||||
|
|
||||||
interface MessageReference {
|
interface MessageReference {
|
||||||
channelID: Snowflake;
|
channelID: Snowflake;
|
||||||
|
|||||||
Reference in New Issue
Block a user