From a260801fdae75ed59699b2d64df36144dccd6592 Mon Sep 17 00:00:00 2001 From: jakubmanczak Date: Fri, 28 May 2021 18:48:42 +0200 Subject: [PATCH] add presence --- index.js | 1 + 1 file changed, 1 insertion(+) 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) => {