mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 05:10:17 +00:00
Update index.js
This commit is contained in:
parent
bf618eecd7
commit
9e5b889a34
3
index.js
3
index.js
@ -19,9 +19,8 @@ for (const file of commandFiles) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
client.on('ready', () => {
|
client.on('ready', () => {
|
||||||
client.user.setActivity('+help', { type: 'LISTENING' })
|
client.user.setActivity('V2 | -help', { type: 'LISTENING' })
|
||||||
client.user.setStatus('dnd');
|
client.user.setStatus('dnd');
|
||||||
console.log('ready')
|
|
||||||
});
|
});
|
||||||
client.on('message', message => {
|
client.on('message', message => {
|
||||||
if (!message.content.startsWith(client.config.prefix) || message.author.bot) return;
|
if (!message.content.startsWith(client.config.prefix) || message.author.bot) return;
|
||||||
|
Loading…
Reference in New Issue
Block a user