diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-07-21 14:31:02 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-07-21 14:31:02 -0400 |
| commit | e52b6d6067a51dd89084aecd7962a50b8f3abe0c (patch) | |
| tree | 1bec2118f267b9d02aa38ae89e662a5dc26663da | |
| parent | f3b4f8abb563759bb6ca3ef2e85e8c624d91816d (diff) | |
| download | DLAP-e52b6d6067a51dd89084aecd7962a50b8f3abe0c.tar.gz DLAP-e52b6d6067a51dd89084aecd7962a50b8f3abe0c.tar.bz2 DLAP-e52b6d6067a51dd89084aecd7962a50b8f3abe0c.zip | |
Set status to online
| -rw-r--r-- | bot.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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(); }); |
