From c7ff6631551f072ae30c08aff06fd3e4ca8bd8f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Fri, 5 Jul 2019 19:04:06 +0200 Subject: [PATCH] changed the way it says the prefix because it looked weird --- event/listeners/ready.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/event/listeners/ready.js b/event/listeners/ready.js index 965794ea..8cd81bb1 100644 --- a/event/listeners/ready.js +++ b/event/listeners/ready.js @@ -23,14 +23,14 @@ class ReadyListener extends Listener { let status = watch[Math.floor((Math.random() * watch.length))]; status = status.replace('${prefix}', prefix[0]); - this.client.user.setActivity(`${status} | ${prefix[0]} help`, { type: 'WATCHING' }); + this.client.user.setActivity(`${status} | My prefix is: ${prefix[0]} `, { type: 'WATCHING' }); } else { console.log('Status type: Playing'); let status = game[Math.floor((Math.random() * game.length))]; status = status.replace('${prefix}', prefix[0]); - this.client.user.setActivity(`${status} | ${prefix[0]} help`, { type: 'PLAYING' }); + this.client.user.setActivity(`${status} | My prefix is: ${prefix[0]}`, { type: 'PLAYING' }); } // Send stats to the 'stats' channel in the support server if its not the test bot