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 => {