This commit is contained in:
Louis Mazin 2026-04-16 02:20:13 +02:00
parent a8364f8f10
commit aa9910e58a

View File

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