feat: Add /config admin command to dynamically edit and save bot configuration.

This commit is contained in:
syntaxbullet
2025-12-18 16:25:54 +01:00
parent 56ad5b49cd
commit 4ac8b4759e
4 changed files with 86 additions and 5 deletions

View File

@@ -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);