From 7f8432ee32e10fe6e69a5a53f738547b81d4791a Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 21 Jul 2020 16:59:55 -0400 Subject: Change the repo name --- bot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bot.js') 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 +}); -- cgit v1.2.3