summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/commands/bot/website.ts4
1 files changed, 2 insertions, 2 deletions
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
+};