Add bot status message
This commit is contained in:
1
index.js
1
index.js
@@ -24,6 +24,7 @@ const client = new Client({
|
|||||||
|
|
||||||
client.on('ready', async () => {
|
client.on('ready', async () => {
|
||||||
console.log(`Logged in as ${client.user.tag}!`);
|
console.log(`Logged in as ${client.user.tag}!`);
|
||||||
|
client.user.setActivity('Use /play to play music.');
|
||||||
|
|
||||||
await registerCommands(clientId, token);
|
await registerCommands(clientId, token);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user