diff --git a/commands/utility/taglist.js b/commands/utility/seetag.js similarity index 94% rename from commands/utility/taglist.js rename to commands/utility/seetag.js index 9b306d8..aaf8f19 100644 --- a/commands/utility/taglist.js +++ b/commands/utility/seetag.js @@ -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; \ No newline at end of file +module.exports = seetagCommand; \ No newline at end of file