aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-07-21 14:31:02 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-07-21 14:31:02 -0400
commite52b6d6067a51dd89084aecd7962a50b8f3abe0c (patch)
tree1bec2118f267b9d02aa38ae89e662a5dc26663da
parentf3b4f8abb563759bb6ca3ef2e85e8c624d91816d (diff)
downloadDLAP-e52b6d6067a51dd89084aecd7962a50b8f3abe0c.tar.gz
DLAP-e52b6d6067a51dd89084aecd7962a50b8f3abe0c.tar.bz2
DLAP-e52b6d6067a51dd89084aecd7962a50b8f3abe0c.zip
Set status to online
-rw-r--r--bot.js4
1 files changed, 2 insertions, 2 deletions
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();
});