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 {
|
class UnTagCommand extends Command {
|
||||||
constructor() {
|
constructor() {
|
||||||
super('untag', {
|
super('untag', {
|
||||||
aliases: ['untag'],
|
aliases: ['untag', 'removetag', 'delete'],
|
||||||
category: 'admin',
|
category: 'admin',
|
||||||
split: 'none',
|
split: 'none',
|
||||||
args: [
|
args: [
|
||||||
|
|
|
@ -6,7 +6,7 @@ const fs = require('fs');
|
||||||
class taglistCommand extends Command {
|
class taglistCommand extends Command {
|
||||||
constructor() {
|
constructor() {
|
||||||
super('taglist', {
|
super('taglist', {
|
||||||
aliases: ['taglist'],
|
aliases: ['taglist', 'tags'],
|
||||||
category: 'utility',
|
category: 'utility',
|
||||||
channelRestriction: 'guild',
|
channelRestriction: 'guild',
|
||||||
description: {
|
description: {
|
||||||
|
|
Loading…
Reference in a new issue