This commit is contained in:
Louis Mazin 2026-04-16 02:21:16 +02:00
parent aa9910e58a
commit 616a2cc7b5

View File

@ -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);