Added Pay and Daily

This commit is contained in:
2025-12-06 00:08:49 +05:30
parent cea52b0c6e
commit 24138988e6
5 changed files with 140 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ import { env } from "@lib/env";
// Load commands
await KyokoClient.loadCommands();
await KyokoClient.deployCommands();
KyokoClient.once(Events.ClientReady, async c => {
console.log(`Ready! Logged in as ${c.user.tag}`);