Avatar Command Too

This commit is contained in:
Daniel Odendahl Jr
2017-05-02 00:08:44 +00:00
parent 0ebb281e08
commit ca3eadfd0b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,6 +17,6 @@ module.exports = class AvatarCommand extends Command {
run(msg, args) {
const { user } = args;
return msg.say(user.displayAvatarURL);
return msg.say(user.avatarURL('png', 2048) || user.displayAvatarURL);
}
};
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "17.1.2",
"version": "17.1.3",
"description": "A Discord Bot",
"main": "shardingmanager.js",
"scripts": {