Skip to content

Commit

Permalink
types(MessageReactionResolvable): add string (#5863)
Browse files Browse the repository at this point in the history
  • Loading branch information
monbrey committed Jun 16, 2021
1 parent 6cceb93 commit a0b7d95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion typings/index.d.ts
Expand Up @@ -3488,7 +3488,8 @@ declare module 'discord.js' {
| Snowflake
| `${string}:${Snowflake}`
| `<:${string}:${Snowflake}>`
| `<a:${string}:${Snowflake}>`;
| `<a:${string}:${Snowflake}>`
| string;

interface MessageReference {
channelID: Snowflake;
Expand Down

0 comments on commit a0b7d95

Please sign in to comment.