new scheduler? in 2026? nahhh
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
import { Client } from "discord.js";
|
||||
|
||||
export type Task = {
|
||||
interval: number;
|
||||
firstRun: boolean;
|
||||
|
||||
handle: (context: Client) => Promise<void>;
|
||||
};
|
||||
Reference in New Issue
Block a user