diff --git a/index.js b/index.js index 33ef256..e4b2913 100644 --- a/index.js +++ b/index.js @@ -44,6 +44,7 @@ for (const file of commandFiles) { client.once('ready', () => { console.log(`Logged in as ${client.user.tag}!`); + client.user.setActivity('DZ Politics', { type: 'LISTENING' }); }); client.on('messageCreate', async message => {