From 8186a6af44384b8782f72a4dd7dd3f2d51188bfe Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 3 Apr 2018 22:02:33 -0400 Subject: change in repo --- commands/Utility/git.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/Utility') 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 = { -- cgit v1.2.3