diff options
| author | Sin <[email protected]> | 2020-05-07 19:32:55 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-07 19:32:55 -0700 |
| commit | 46daefe70ab145d0734248585d9efe8c0dc7b461 (patch) | |
| tree | 3fc24d363e54e6e9c3c43d327b7e482adfefd570 /src | |
| parent | change output method + formatting (diff) | |
| download | dep-core-46daefe70ab145d0734248585d9efe8c0dc7b461.tar.xz dep-core-46daefe70ab145d0734248585d9efe8c0dc7b461.zip | |
remove old site aliases
Diffstat (limited to 'src')
| -rw-r--r-- | src/commands/bot/website.ts | 4 |
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 +}; |