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');
|
||||
|
||||
|
||||
class taglistCommand extends Command {
|
||||
class seetagCommand extends Command {
|
||||
constructor() {
|
||||
super('taglist', {
|
||||
aliases: ['taglist', 'tags'],
|
||||
aliases: ['seetag', 'taglist', 'tags'],
|
||||
category: 'utility',
|
||||
channelRestriction: 'guild',
|
||||
args: [
|
||||
|
@ -67,4 +67,4 @@ class taglistCommand extends Command {
|
|||
}
|
||||
}
|
||||
}
|
||||
module.exports = taglistCommand;
|
||||
module.exports = seetagCommand;
|
Loading…
Reference in a new issue