diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-07-21 16:59:55 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-07-21 16:59:55 -0400 |
| commit | 7f8432ee32e10fe6e69a5a53f738547b81d4791a (patch) | |
| tree | 6e4fc3a327bca36c6b839ded67774a0cb5a8a16e | |
| parent | 1e00a6d3c9fae0e56aa51e859b7e96a2abfbc1c1 (diff) | |
| download | DLAP-7f8432ee32e10fe6e69a5a53f738547b81d4791a.tar.gz DLAP-7f8432ee32e10fe6e69a5a53f738547b81d4791a.tar.bz2 DLAP-7f8432ee32e10fe6e69a5a53f738547b81d4791a.zip | |
Change the repo name
| -rw-r--r-- | bot.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 +}); |
