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/Getting Started | |
| parent | d0879c5f8b04d678318ef6138734689a76fc4269 (diff) | |
| download | PokeBot-8186a6af44384b8782f72a4dd7dd3f2d51188bfe.tar.gz PokeBot-8186a6af44384b8782f72a4dd7dd3f2d51188bfe.tar.bz2 PokeBot-8186a6af44384b8782f72a4dd7dd3f2d51188bfe.zip | |
change in repo
Diffstat (limited to 'commands/Getting Started')
| -rw-r--r-- | commands/Getting Started/contribute.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Getting Started/contribute.js b/commands/Getting Started/contribute.js index 2530058..15204fd 100644 --- a/commands/Getting Started/contribute.js +++ b/commands/Getting Started/contribute.js @@ -8,7 +8,7 @@ * *************************************/ exports.run = (bot, msg) => { - msg.channel.send('Want to help the bot? Here you go: https://github.com/PokeWorld/PokeBot.'); + msg.channel.send('Want to help the bot? Here you go: https://github.com/UniverseDevGroup/PokeBot.'); }; exports.conf = { |
