diff options
| -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 +}); |
