mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 14:19:11 +02:00
say, embed, and code
This commit is contained in:
@@ -83,6 +83,6 @@ module.exports = class UserInfoCommand extends commando.Command {
|
||||
stat, true)
|
||||
.addField('**Playing:**',
|
||||
userGame, true);
|
||||
return message.channel.sendEmbed(embed);
|
||||
return message.embed(embed);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user