1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-06-15 17:45:59 +00:00

Update index.js

This commit is contained in:
Matte
2019-08-02 11:34:15 +03:00
committed by GitHub
parent bf618eecd7
commit 9e5b889a34

View File

@ -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;