nice presence

This commit is contained in:
Louis Mazin 2026-04-16 02:16:45 +02:00
parent 9dbf0cabcd
commit 05f55793a0

View File

@ -47,7 +47,7 @@ for (const folder of commandFolders) {
}
client.once('clientReady', async () => {
client.user.setPresence({ activities: [{ name: 'ta mère.', type: 'WATCHING' }], status: 'online' });
client.user.setActivity({name: 'Avec ta mère', type: 0});
console.log('Bot started !');
deploy(process.env.DISCORD_TOKEN);