summaryrefslogtreecommitdiff
path: root/src/commands/bot
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/bot')
-rw-r--r--src/commands/bot/website.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/bot/website.ts b/src/commands/bot/website.ts
index c0008d2..afc1ef3 100644
--- a/src/commands/bot/website.ts
+++ b/src/commands/bot/website.ts
@@ -21,7 +21,7 @@ module.exports = class WebsiteBot extends Command {
}
run(msg: CommandoMessage) {
let emb = new MessageEmbed()
- .setDescription(`Here is <@217348698294714370>'s [website](https://cyne.cf/)! ${emoji.random()}`)
+ .setDescription(`Here is <@217348698294714370>'s [website](https://kyzer.co/)! ${emoji.random()}`)
msg.say(emb)
}
};