diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-04-03 18:50:16 -0400 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-04-03 18:50:16 -0400 |
| commit | d0879c5f8b04d678318ef6138734689a76fc4269 (patch) | |
| tree | e4479e824226e7cd35c131dd1642059c3f87fe6a /commands/Getting Started | |
| parent | 25a77ee0dab23409516ce4f87c3b72600d3118f4 (diff) | |
| download | PokeBot-d0879c5f8b04d678318ef6138734689a76fc4269.tar.gz PokeBot-d0879c5f8b04d678318ef6138734689a76fc4269.tar.bz2 PokeBot-d0879c5f8b04d678318ef6138734689a76fc4269.zip | |
jk, now last fixes
Diffstat (limited to 'commands/Getting Started')
| -rw-r--r-- | commands/Getting Started/help.js | 2 |
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()); |
