Minor change: remove partial reaction

This commit is contained in:
Nicolás Serna 2022-07-13 14:10:32 -03:00
parent b4ad1865e1
commit b178357553

View File

@ -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]>;