From 072ac50459ef12131c16a91988754c330f6b3bc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Fri, 12 Jul 2019 17:48:50 +0200 Subject: [PATCH] renamed to seetag --- commands/utility/{taglist.js => seetag.js} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename commands/utility/{taglist.js => seetag.js} (94%) 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