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