BUGFIX: Added the !book command properly

This commit is contained in:
2018-11-01 14:32:23 +11:00
parent e8b2f4b815
commit 9c2932f0b1

View File

@@ -105,6 +105,7 @@ function processBasicCommands(client, message) {
case "help":
case "lore":
case "book":
shared.SendPublicMessage(client, message.author, message.channel, dialog(command, args[0]));
return true;