Add bot status message

This commit is contained in:
Myx
2023-06-29 04:05:52 +02:00
parent b19e6fb95c
commit eccad8d147

View File

@@ -24,6 +24,7 @@ const client = new Client({
client.on('ready', async () => {
console.log(`Logged in as ${client.user.tag}!`);
client.user.setActivity('Use /play to play music.');
await registerCommands(clientId, token);
});