mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 05:49:49 +02:00
More Formatting Woot
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user