This commit is contained in:
Louis Mazin 2026-04-16 02:18:48 +02:00
parent 05f55793a0
commit a8364f8f10

View File

@ -47,7 +47,7 @@ for (const folder of commandFolders) {
} }
client.once('clientReady', async () => { client.once('clientReady', async () => {
client.user.setActivity({name: 'Avec ta mère', type: 0}); client.user.setActivity({name: 'Ta mère', type: 3, url: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ&pp=ygUIcmlja3JvbGw%3D'});
console.log('Bot started !'); console.log('Bot started !');
deploy(process.env.DISCORD_TOKEN); deploy(process.env.DISCORD_TOKEN);