From 46daefe70ab145d0734248585d9efe8c0dc7b461 Mon Sep 17 00:00:00 2001 From: Sin <50817549+8cy@users.noreply.github.com> Date: Thu, 7 May 2020 19:32:55 -0700 Subject: remove old site aliases --- src/commands/bot/website.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/commands/bot/website.ts b/src/commands/bot/website.ts index c556e53..c0008d2 100644 --- a/src/commands/bot/website.ts +++ b/src/commands/bot/website.ts @@ -6,7 +6,7 @@ module.exports = class WebsiteBot extends Command { constructor(client) { super(client, { name: 'website', - aliases: ['site', 'cyne.cf', 'cyne'], + aliases: ['site'], group: 'bot', memberName: 'website', description: 'Gives you a link to uwufier\'s authors\' (Sin) website.', @@ -24,4 +24,4 @@ module.exports = class WebsiteBot extends Command { .setDescription(`Here is <@217348698294714370>'s [website](https://cyne.cf/)! ${emoji.random()}`) msg.say(emb) } -}; \ No newline at end of file +}; -- cgit v1.2.3