init: initial commit
This commit is contained in:
10
app/src/scripts/deploy.ts
Normal file
10
app/src/scripts/deploy.ts
Normal 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);
|
||||
Reference in New Issue
Block a user