forked from Supositware/Haha-Yes
renamed to seetag
This commit is contained in:
parent
491d822498
commit
072ac50459
1 changed files with 3 additions and 3 deletions
|
@ -4,10 +4,10 @@ const fs = require('fs');
|
||||||
const { MessageEmbed } = require('discord.js');
|
const { MessageEmbed } = require('discord.js');
|
||||||
|
|
||||||
|
|
||||||
class taglistCommand extends Command {
|
class seetagCommand extends Command {
|
||||||
constructor() {
|
constructor() {
|
||||||
super('taglist', {
|
super('taglist', {
|
||||||
aliases: ['taglist', 'tags'],
|
aliases: ['seetag', 'taglist', 'tags'],
|
||||||
category: 'utility',
|
category: 'utility',
|
||||||
channelRestriction: 'guild',
|
channelRestriction: 'guild',
|
||||||
args: [
|
args: [
|
||||||
|
@ -67,4 +67,4 @@ class taglistCommand extends Command {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
module.exports = taglistCommand;
|
module.exports = seetagCommand;
|
Loading…
Reference in a new issue