summaryrefslogtreecommitdiff
path: root/src/commands/bot/website.ts
diff options
context:
space:
mode:
author8cy <[email protected]>2020-06-03 10:20:47 -0700
committer8cy <[email protected]>2020-06-03 10:20:47 -0700
commit60d6e9a717869c29508b7ffdcd3de97402af91b5 (patch)
treecc5251cf285d6508932eef4c59e94ec665aeb84c /src/commands/bot/website.ts
parenttake down api (diff)
downloaddep-core-60d6e9a717869c29508b7ffdcd3de97402af91b5.tar.xz
dep-core-60d6e9a717869c29508b7ffdcd3de97402af91b5.zip
owner can remove darling, change website cmd url
Diffstat (limited to 'src/commands/bot/website.ts')
-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)
}
};