(rewrite): Bot & Events. This most definitely doesn't work yet. I'm just running out of time to work on this atm.
This commit is contained in:
Vendored
+2
-2
@@ -1,8 +1,8 @@
|
||||
import { Client } from 'discord.js';
|
||||
import { CommandClient } from 'athena-prime';
|
||||
|
||||
export interface Task {
|
||||
interval: number;
|
||||
firstRun: boolean;
|
||||
|
||||
handle(context: Client): Promise<void>;
|
||||
handle(context: CommandClient): Promise<void>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user