From e52b6d6067a51dd89084aecd7962a50b8f3abe0c Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 21 Jul 2020 14:31:02 -0400 Subject: Set status to online --- bot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bot.js') diff --git a/bot.js b/bot.js index b4b0d30..8fd55e0 100644 --- a/bot.js +++ b/bot.js @@ -72,8 +72,8 @@ client.on('ready', () => { console.log(`Owner ID: ${config.botOwner}`); console.log(`Voice Channel: ${config.voiceChannel}`); console.log(`Status Channel: ${config.statusChannel}\n`); - - client.user.setStatus('invisible'); + + client.user.setStatus('online'); console.log('Connected to the voice channel.'); playAudio(); }); -- cgit v1.2.3