forked from pinks/eris
1
0
Fork 0

main #1

Merged
nameless merged 3 commits from pinks/eris:main into main 2023-11-09 22:56:32 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6d6174ab48 - Show all commits

View File

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