feat: Implement a generic user timers system with a scheduler to manage cooldowns, effects, and access.
This commit is contained in:
@@ -9,8 +9,11 @@ import { createErrorEmbed } from "@lib/embeds";
|
||||
await KyokoClient.loadCommands();
|
||||
await KyokoClient.deployCommands();
|
||||
|
||||
import { schedulerService } from "@/modules/system/scheduler";
|
||||
|
||||
KyokoClient.once(Events.ClientReady, async c => {
|
||||
console.log(`Ready! Logged in as ${c.user.tag}`);
|
||||
schedulerService.start();
|
||||
});
|
||||
|
||||
// process xp on message
|
||||
|
||||
Reference in New Issue
Block a user