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