diff --git a/index.js b/index.js index 806006a8..c4c004ef 100644 --- a/index.js +++ b/index.js @@ -19,9 +19,8 @@ for (const file of commandFiles) { } client.on('ready', () => { - client.user.setActivity('+help', { type: 'LISTENING' }) + client.user.setActivity('V2 | -help', { type: 'LISTENING' }) client.user.setStatus('dnd'); - console.log('ready') }); client.on('message', message => { if (!message.content.startsWith(client.config.prefix) || message.author.bot) return;