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