From 2ca40fc72da881cac74df4d669a1e95129158a85 Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Sat, 29 Sep 2018 18:54:39 +0200 Subject: [PATCH] changed default activity --- index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.js b/index.js index 64ab16e2..89a3e7b6 100644 --- a/index.js +++ b/index.js @@ -35,8 +35,7 @@ client.registry if (client.user.id == 377563711927484418) { const channel = client.channels.get(statsChannel); channel.send(`Ready to serve in ${client.channels.size} channels on ${client.guilds.size} servers, for a total of ${client.users.size} users. ${client.readyAt}`); - client.user.setActivity('"haha help" or "@me help" for help'); - } + client.user.setActivity('haha feedback to tell me what you think of the bot! | haha help'); } }); // When bot join a guild send embeds with details about it.