Skip to content

Commit

Permalink
Set the bot's status to "!!help"
Browse files Browse the repository at this point in the history
This way, other users can always figure out how to get
instructions and learn how to use the bot. :)
  • Loading branch information
ahoopes16 committed Dec 4, 2020
1 parent 4748f39 commit 085da85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,7 @@ client.on('message', async message => {
}
})

client.login(config.BOT_TOKEN)
client.login(config.BOT_TOKEN).then(() => {
client.user.setActivity('!!help', { type: 'PLAYING' })
})
console.log('Clotho is up and running!')

0 comments on commit 085da85

Please sign in to comment.