aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
Diffstat (limited to 'bot.js')
-rw-r--r--bot.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/bot.js b/bot.js
index 2afd613..e36c90f 100644
--- a/bot.js
+++ b/bot.js
@@ -105,7 +105,7 @@ client.on('message', async msg => {
}
if (command == 'git') {
- msg.reply('This is the source code of this project.\nhttps://github.com/Alee14/PJ2020-Discord-Bot');
+ msg.reply('This is the source code of this project.\nhttps://github.com/Alee14/DLMP3');
}
if (command == 'about') {
@@ -145,4 +145,4 @@ client.on('message', async msg => {
process.exit(0);
}
-}); \ No newline at end of file
+});