summary refs log tree commit diff
path: root/src/util/interfaces/Event.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/interfaces/Event.ts')
-rw-r--r--src/util/interfaces/Event.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/interfaces/Event.ts b/src/util/interfaces/Event.ts

index 3504d779..3e1483d9 100644 --- a/src/util/interfaces/Event.ts +++ b/src/util/interfaces/Event.ts
@@ -403,6 +403,7 @@ export interface MessageReactionRemoveEvent extends Event { message_id: string; guild_id?: string; emoji: PartialEmoji; + type: ReactionType; }; }