This commit is contained in:
Lukian LEIZOUR 2023-03-05 17:22:54 +01:00
parent df30871629
commit 62d605c68b

2
app.js
View file

@ -220,7 +220,7 @@ bot.command('addmsg', async ctx => {
//Discord commands
client.on('ready', () => {
console.log(`[Discord] Logged in as ${client.user.tag} !`);
client.user.setPresence({ activities: [{ name: 'La belle chaise', type : 'Watching' }] });
client.user.setPresence({ activities: [{ name: 'la belle chaise', type : 3}] });
});
client.on('messageCreate', async msg => {