forked from Supositware/Haha-Yes
added aliases
This commit is contained in:
parent
07309b366e
commit
b9d7ab2e64
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ const fs = require('fs');
|
|||
class UnTagCommand extends Command {
|
||||
constructor() {
|
||||
super('untag', {
|
||||
aliases: ['untag'],
|
||||
aliases: ['untag', 'removetag', 'delete'],
|
||||
category: 'admin',
|
||||
split: 'none',
|
||||
args: [
|
||||
|
|
|
@ -6,7 +6,7 @@ const fs = require('fs');
|
|||
class taglistCommand extends Command {
|
||||
constructor() {
|
||||
super('taglist', {
|
||||
aliases: ['taglist'],
|
||||
aliases: ['taglist', 'tags'],
|
||||
category: 'utility',
|
||||
channelRestriction: 'guild',
|
||||
description: {
|
||||
|
|
Loading…
Reference in a new issue