new testing

This commit is contained in:
2018-12-05 23:24:02 -06:00
parent 9b3ca44372
commit 05756ffcd5

2
bot.js
View File

@@ -377,7 +377,7 @@ client.on('message', message => {
message.channel.send("BunnyBot's source code: https://git.dtam.pw/daniel/discord-bot-js"); message.channel.send("BunnyBot's source code: https://git.dtam.pw/daniel/discord-bot-js");
break; break;
case 'testcommand': case 'testcommand':
message.channel.send("testing!"); message.channel.send("testing! 2.0");
break; break;