aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-07-20 20:26:26 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-07-20 20:26:26 -0400
commitb9175ef6eba3e67d51ad47ddfa61b51cf4db6a0e (patch)
treedc1950a21b0edea86c6cfd7b59eca81f768ec29b /bot.js
parent354a658cc3ec8c8c15232c70eb348a9bc73f95a0 (diff)
downloadDLAP-b9175ef6eba3e67d51ad47ddfa61b51cf4db6a0e.tar.gz
DLAP-b9175ef6eba3e67d51ad47ddfa61b51cf4db6a0e.tar.bz2
DLAP-b9175ef6eba3e67d51ad47ddfa61b51cf4db6a0e.zip
Changed README and added status channel id to ready
Diffstat (limited to 'bot.js')
-rw-r--r--bot.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/bot.js b/bot.js
index cb458c4..0f7a87f 100644
--- a/bot.js
+++ b/bot.js
@@ -55,7 +55,8 @@ client.on('ready', () => {
console.log(`Logged in as ${client.user.tag}!`);
console.log(`Prefix: ${config.prefix}`);
console.log(`Owner ID: ${config.botOwner}`);
- console.log(`Voice Channel: ${config.voiceChannel}\n`);
+ console.log(`Voice Channel: ${config.voiceChannel}`);
+ console.log(`Status Channel: ${config.statusChannel}\n`)
client.user.setStatus('invisible');
console.log('Connected to the voice channel.');