Use error function
parent
f35317c43c
commit
41cd6869f5
|
@ -32,7 +32,7 @@ export default class Game extends Command {
|
|||
return this.error(message.channel, 'Member not found.');
|
||||
}
|
||||
}
|
||||
if (member.activities.length <= 0) return message.channel.createMessage(`***${this.client.util.emojis.ERROR} Cannot find a game for this member.***`);
|
||||
if (member.activities.length <= 0) return this.error(message.channel, 'Cannot find a game for this member.');
|
||||
const embed = new RichEmbed();
|
||||
let mainStatus: Activity;
|
||||
if (member.activities[0].type === ActivityType.CUSTOM_STATUS) {
|
||||
|
|
Loading…
Reference in New Issue