forked from syntaxbullet/AuroraBot-discord
feat: Add /config admin command to dynamically edit and save bot configuration.
This commit is contained in:
@@ -11,4 +11,4 @@ await KyokoClient.deployCommands();
|
||||
if (!env.DISCORD_BOT_TOKEN) {
|
||||
throw new Error("❌ DISCORD_BOT_TOKEN is not set in environment variables.");
|
||||
}
|
||||
KyokoClient.login(env.DISCORD_BOT_TOKEN);
|
||||
KyokoClient.login(env.DISCORD_BOT_TOKEN);
|
||||
Reference in New Issue
Block a user