From 8af87fc7ac09fcf2fe613a8aeacee2dc64a710c3 Mon Sep 17 00:00:00 2001 From: Lukian LEIZOUR Date: Sat, 4 Mar 2023 18:19:32 +0100 Subject: [PATCH] commit --- app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app.js b/app.js index bc8eaf7..bc48b2d 100644 --- a/app.js +++ b/app.js @@ -120,6 +120,7 @@ bot.command('sb' , 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.on('messageCreate', async msg => {