diff --git a/app.js b/app.js index 10db0db..6d8109e 100644 --- a/app.js +++ b/app.js @@ -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 => {