mirror of
https://github.com/a-sync/game-server-watcher.git
synced 2026-07-30 09:22:38 -04:00
upd. event emitter call
This commit is contained in:
@@ -35,7 +35,7 @@ export async function init(token: string) {
|
||||
bot.once('ready', () => {
|
||||
console.log('discord-bot ready', bot.user);
|
||||
|
||||
bot.removeListener('error', reject);
|
||||
bot.off('error', reject);
|
||||
resolve();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user