aboutsummaryrefslogtreecommitdiff
path: root/commands/Utility/git.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Utility/git.js')
-rw-r--r--commands/Utility/git.js2
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 = {