mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-03 05:26: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;
|
user: User;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: add partial reactions or something
|
|
||||||
type MessageReaction = any;
|
|
||||||
|
|
||||||
// deno-fmt-ignore-file
|
// deno-fmt-ignore-file
|
||||||
export interface Events {
|
export interface Events {
|
||||||
"ready": Handler<[Ready, number]>;
|
"ready": Handler<[Ready, number]>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user