This commit is contained in:
Dragon Fire
2021-04-14 17:52:29 -04:00
parent 9f5c033545
commit eaa9b89235
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class AvatarCommand extends Command {
constructor(client) {
super(client, {
name: 'avatar',
aliases: ['profile-picture', 'profile-pic', 'pfp'],
aliases: ['profile-picture', 'profile-pic', 'pfp', 'av'],
group: 'info',
memberName: 'avatar',
description: 'Responds with a user\'s avatar.',