aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-07-21 16:59:55 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-07-21 16:59:55 -0400
commit7f8432ee32e10fe6e69a5a53f738547b81d4791a (patch)
tree6e4fc3a327bca36c6b839ded67774a0cb5a8a16e
parent1e00a6d3c9fae0e56aa51e859b7e96a2abfbc1c1 (diff)
downloadDLAP-7f8432ee32e10fe6e69a5a53f738547b81d4791a.tar.gz
DLAP-7f8432ee32e10fe6e69a5a53f738547b81d4791a.tar.bz2
DLAP-7f8432ee32e10fe6e69a5a53f738547b81d4791a.zip
Change the repo name
-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
+});