diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-04-03 22:02:33 -0400 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-04-03 22:02:33 -0400 |
| commit | 8186a6af44384b8782f72a4dd7dd3f2d51188bfe (patch) | |
| tree | e7cfa26b01b252c0550524ba9c743399ea15c95f /commands/Utility/git.js | |
| parent | d0879c5f8b04d678318ef6138734689a76fc4269 (diff) | |
| download | PokeBot-8186a6af44384b8782f72a4dd7dd3f2d51188bfe.tar.gz PokeBot-8186a6af44384b8782f72a4dd7dd3f2d51188bfe.tar.bz2 PokeBot-8186a6af44384b8782f72a4dd7dd3f2d51188bfe.zip | |
change in repo
Diffstat (limited to 'commands/Utility/git.js')
| -rw-r--r-- | commands/Utility/git.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Utility/git.js b/commands/Utility/git.js index f5113a2..67374bb 100644 --- a/commands/Utility/git.js +++ b/commands/Utility/git.js @@ -8,7 +8,7 @@ * *************************************/ exports.run = (bot, msg) => { - msg.channel.send('The GitHub page for PokeBot can be found here: https://github.com/PokeWorld/PokeBot'); + msg.channel.send('The GitHub page for PokeBot can be found here: https://github.com/UniverseDevGroup/PokeBot.'); }; exports.conf = { |
