aboutsummaryrefslogtreecommitdiff
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
parentd0879c5f8b04d678318ef6138734689a76fc4269 (diff)
downloadPokeBot-8186a6af44384b8782f72a4dd7dd3f2d51188bfe.tar.gz
PokeBot-8186a6af44384b8782f72a4dd7dd3f2d51188bfe.tar.bz2
PokeBot-8186a6af44384b8782f72a4dd7dd3f2d51188bfe.zip
change in repo
-rw-r--r--README.md2
-rw-r--r--commands/Getting Started/contribute.js2
-rw-r--r--commands/Utility/git.js2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 750f2e4..6d07b76 100644
--- a/README.md
+++ b/README.md
@@ -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 = {