mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 21:40:51 +02:00
av alias
This commit is contained in:
@@ -12,7 +12,7 @@ module.exports = class AvatarCommand extends Command {
|
|||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'avatar',
|
name: 'avatar',
|
||||||
aliases: ['profile-picture', 'profile-pic', 'pfp'],
|
aliases: ['profile-picture', 'profile-pic', 'pfp', 'av'],
|
||||||
group: 'info',
|
group: 'info',
|
||||||
memberName: 'avatar',
|
memberName: 'avatar',
|
||||||
description: 'Responds with a user\'s avatar.',
|
description: 'Responds with a user\'s avatar.',
|
||||||
|
|||||||
Reference in New Issue
Block a user