From 8bc970eac8d96bd3a206ad5f53bb844f21c888f6 Mon Sep 17 00:00:00 2001 From: supositware Date: Wed, 31 Mar 2021 18:32:51 +0200 Subject: [PATCH] Update the url --- event/listeners/commandstarted.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/event/listeners/commandstarted.js b/event/listeners/commandstarted.js index 9fd3e57..a970ecd 100644 --- a/event/listeners/commandstarted.js +++ b/event/listeners/commandstarted.js @@ -39,7 +39,7 @@ class commandStartedListener extends Listener { let Embed = this.client.util.embed() .setColor(message.member ? message.member.displayHexColor : 'NAVY') .setTitle('Haha yes **gold**') - .setDescription('To further utilize this command, please visit https://namejeff.xyz/gold') + .setDescription('To further utilize this command, please visit https://gold.namejeff.xyz/') .attachFiles(['./asset/img/gold.png']) .setImage('attachment://gold.png') .setFooter('This is an april fool\'s joke, no command will EVER be behind a paywall');