Skip to content
Snippets Groups Projects
Commit 267192c7 authored by Levatax's avatar Levatax
Browse files

updated ready.js

parent f4cebcaa
Branches
No related tags found
No related merge requests found
...@@ -5,9 +5,9 @@ module.exports = { ...@@ -5,9 +5,9 @@ module.exports = {
ready : (bot) => { ready : (bot) => {
bot.login(settings.token) bot.login(settings.token)
bot.on('ready', () => { bot.on('ready', async () => {
bot.user.setActivity('Spammers', {type: 'WATCHING'}); await bot.user.setActivity('v!help , git.randomchars.net');
bot.user.setStatus('online'); await bot.user.setStatus('online');
console.log(`${bot.user.tag} is ready!`); console.log(`${bot.user.tag} is ready!`);
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment