diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | commands/Getting Started/contribute.js | 2 | ||||
| -rw-r--r-- | commands/Utility/git.js | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -6,7 +6,7 @@ <br /> <p> <a href="https://discord.me/thedigitalregion"><img src="https://img.shields.io/discord/417088992329334792.svg?colorB=7289DA&label=discord&style=flat-square" alt="PokeWorld Discord" /></a> - <a href="https://github.com/PokeWorld/PokeBot"><img src="https://img.shields.io/github/commits-since/PokeWorld/PokeBot/latest.svg?style=flat-square" alt="GitHub commits (since latest release)" /></a> + <a href="https://github.com/UniverseDevGroup/PokeBot"><img src="https://img.shields.io/github/commits-since/UniverseDevGroup/PokeBot/latest.svg?style=flat-square" alt="GitHub commits (since latest release)" /></a> <a href="https://discordbots.org/bot/417096530596724737"><img src="https://discordbots.org/api/widget/status/417096530596724737.svg" alt="Discord Bot List" /></a> </p> </div> 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 = { |
