diff --git a/index.js b/index.js index 07ff2e9..543a99a 100644 --- a/index.js +++ b/index.js @@ -47,7 +47,7 @@ for (const folder of commandFolders) { } client.once('clientReady', async () => { - client.user.setPresence({ activities: [{ name: 'ta mère.', type: 'WATCHING' }], status: 'online' }); + client.user.setActivity({name: 'Avec ta mère', type: 0}); console.log('Bot started !'); deploy(process.env.DISCORD_TOKEN);