init: initial commit

This commit is contained in:
syntaxbullet
2025-12-02 20:53:49 +01:00
commit 25c7ba46f0
17 changed files with 578 additions and 0 deletions

10
app/src/scripts/deploy.ts Normal file
View File

@@ -0,0 +1,10 @@
import { KyokoClient } from "@lib/KyokoClient";
console.log("Loading commands...");
await KyokoClient.loadCommands();
console.log("Deploying commands...");
await KyokoClient.deployCommands();
console.log("Done!");
process.exit(0);