aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--commands/Getting Started/help.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Getting Started/help.js b/commands/Getting Started/help.js
index 94a2128..1f6cf44 100644
--- a/commands/Getting Started/help.js
+++ b/commands/Getting Started/help.js
@@ -14,7 +14,7 @@ exports.run = (bot, msg, args) => {
embed
.setColor (0x36393e)
.setTitle('PokeBot Command List')
- .setDescription('Full help contents can be found at http://www.digitalregion.ml/pokeworld/pokebot/commands/')
+ .setDescription('Full help contents can be found at http://universedevgroup.net/pokeworld/pokebot/commands/')
.setFooter('PokeBot v1.0');
const categories = Array.from(bot.categories.keys());