aboutsummaryrefslogtreecommitdiff
path: root/commands/Getting Started/contribute.js
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-04-03 22:02:33 -0400
committerUnknown <jtsshieh@outlook.com>2018-04-03 22:02:33 -0400
commit8186a6af44384b8782f72a4dd7dd3f2d51188bfe (patch)
treee7cfa26b01b252c0550524ba9c743399ea15c95f /commands/Getting Started/contribute.js
parentd0879c5f8b04d678318ef6138734689a76fc4269 (diff)
downloadPokeBot-8186a6af44384b8782f72a4dd7dd3f2d51188bfe.tar.gz
PokeBot-8186a6af44384b8782f72a4dd7dd3f2d51188bfe.tar.bz2
PokeBot-8186a6af44384b8782f72a4dd7dd3f2d51188bfe.zip
change in repo
Diffstat (limited to 'commands/Getting Started/contribute.js')
-rw-r--r--commands/Getting Started/contribute.js2
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 = {