mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 04:56:07 +00:00
Minor change: remove partial reaction
This commit is contained in:
parent
b4ad1865e1
commit
b178357553
@ -375,9 +375,6 @@ export interface Ready extends Omit<DiscordReady, "user"> {
|
||||
user: User;
|
||||
}
|
||||
|
||||
// TODO: add partial reactions or something
|
||||
type MessageReaction = any;
|
||||
|
||||
// deno-fmt-ignore-file
|
||||
export interface Events {
|
||||
"ready": Handler<[Ready, number]>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user