diff --git a/bot/mod.ts b/bot/mod.ts index b947640..ad3b35b 100644 --- a/bot/mod.ts +++ b/bot/mod.ts @@ -174,6 +174,6 @@ bot.command("crash", () => { }); export async function runBot() { - const runner = run(bot); + const runner = run(bot, { runner: { silent: true } }); await runner.task(); }