This commit is contained in:
2018-12-05 23:31:41 -06:00
parent 05756ffcd5
commit 8c9a3a2ae7

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! 2.0"); message.channel.send("testing! 3.0");
break; break;