diff --git a/index.js b/index.js index 8f25d2e..d761846 100644 --- a/index.js +++ b/index.js @@ -47,7 +47,7 @@ for (const folder of commandFolders) { } client.once('clientReady', async () => { - client.user.setActivity({name: 'Ta mère', type: 3, url: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ'}); + client.user.setActivity({name: 'Ta mère', type: 1, url: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ'}); console.log('Bot started !'); deploy(process.env.DISCORD_TOKEN);