mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 00:04:48 +02:00
msg
This commit is contained in:
@@ -15,8 +15,8 @@ module.exports = class AvatarCommand extends Command {
|
||||
});
|
||||
}
|
||||
|
||||
run(message, args) {
|
||||
run(msg, args) {
|
||||
const { user } = args;
|
||||
return message.say(user.displayAvatarURL);
|
||||
return msg.say(user.displayAvatarURL);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user