aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/Getting Started/contribute.js2
-rw-r--r--commands/Utility/git.js2
2 files changed, 2 insertions, 2 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 = {
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 = {