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