diff --git a/index.js b/index.js index 8e3bc00..e22a391 100644 --- a/index.js +++ b/index.js @@ -18,6 +18,7 @@ client.once('ready', () => { console.log( '-------------------------------------\nTHE BOT IS READY TO GO.\n-------------------------------------' ); + client.user.setActivity('Prefix = .', { type: 'LISTENING' }); }); client.on('message', (message) => {