diff --git a/index.js b/index.js index 99259e1..8f04995 100644 --- a/index.js +++ b/index.js @@ -50,9 +50,8 @@ for (const folder of commandFolders) { } client.once('clientReady', async () => { - console.log(client.options.intents); - client.setActivity({ activities: [{ name: 'Rygain', type: 'WATCHING' }], status: 'online' }); - + //setup activity + client.user.setActivity('Palworld', { type: 'WATCHING' }); console.log('Bot started !'); try {