mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 13:56:43 +02:00
Avatar Command Too
This commit is contained in:
@@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user