This commit is contained in:
Daniel Odendahl Jr
2017-07-15 04:08:37 +00:00
parent f3ed03fb9c
commit a3e13162b1
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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.',
+1
View File
@@ -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.',