mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-15 15:57:47 +02:00
Aliases
This commit is contained in:
@@ -7,6 +7,7 @@ module.exports = class ApprovedCommand extends Command {
|
|||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'approved',
|
name: 'approved',
|
||||||
|
aliases: ['approve'],
|
||||||
group: 'avatar-edit',
|
group: 'avatar-edit',
|
||||||
memberName: 'approved',
|
memberName: 'approved',
|
||||||
description: 'Draws an "approved" stamp over a user\'s avatar.',
|
description: 'Draws an "approved" stamp over a user\'s avatar.',
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ module.exports = class RejctedCommand extends Command {
|
|||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'rejected',
|
name: 'rejected',
|
||||||
|
aliases: ['reject'],
|
||||||
group: 'avatar-edit',
|
group: 'avatar-edit',
|
||||||
memberName: 'rejected',
|
memberName: 'rejected',
|
||||||
description: 'Draws a "rejected" stamp over a user\'s avatar.',
|
description: 'Draws a "rejected" stamp over a user\'s avatar.',
|
||||||
|
|||||||
Reference in New Issue
Block a user