More Formatting Woot

This commit is contained in:
Daniel Odendahl Jr
2017-03-23 02:02:42 +00:00
parent 40a4af36c4
commit 3b007758aa
38 changed files with 51 additions and 43 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ module.exports = class UserInfoCommand extends commando.Command {
message.channel.send(':x: Error! Please mention one user!');
}
else {
if (message.mentions.users.first().presence.game === null) {
if (!message.mentions.users.first().presence.game) {
const embed = new Discord.RichEmbed()
.setColor(color)
.setThumbnail(message.mentions.users.first().avatarURL)