forked from Supositware/Haha-Yes
changed the way it says the prefix because it looked weird
This commit is contained in:
parent
4ceb666727
commit
c7ff663155
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue