From 616a2cc7b5fc83ed641c4d4242f8152e9ed8c255 Mon Sep 17 00:00:00 2001 From: Louis Mazin Date: Thu, 16 Apr 2026 02:21:16 +0200 Subject: [PATCH] test --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);