summary refs log tree commit diff
path: root/src/util/interfaces
diff options
context:
space:
mode:
authorMathMan05 <mathmanrm@gmail.com>2026-03-06 22:47:07 -0600
committerRory& <root@rory.gay>2026-03-15 14:46:54 +0100
commita408fdfdf12994f05942f12fb6f00e0153b72736 (patch)
treede01c757daf39b7c76056c9f5629e9aef6cd4253 /src/util/interfaces
parentFix adding reactions (diff)
downloadserver-ts-a408fdfdf12994f05942f12fb6f00e0153b72736.tar.xz
give remove the same treatment
Diffstat (limited to 'src/util/interfaces')
-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; }; }