1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-19 22:11:55 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;