This commit is contained in:
Louis Mazin 2026-04-16 02:11:34 +02:00
parent 59348749c6
commit 8848b374b0

View File

@ -50,8 +50,7 @@ for (const folder of commandFolders) {
}
client.once('clientReady', async () => {
//setup activity
client.user.setActivity('Palworld', { type: 'WATCHING' });
client.user.setActivity({name: 'Rygain', type: 3, url: 'https://www.youtube.com/@rygain'});
console.log('Bot started !');
try {