forked from pinks/eris
silence getUpdates error
This commit is contained in:
parent
a3bada0da2
commit
6d6174ab48
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue