From 9c2932f0b11a00587d320d2aefa2741109c131a9 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Thu, 1 Nov 2018 14:32:23 +1100 Subject: [PATCH] BUGFIX: Added the !book command properly --- BOT_Librarian/librarian.js | 1 + 1 file changed, 1 insertion(+) diff --git a/BOT_Librarian/librarian.js b/BOT_Librarian/librarian.js index f4eccb5..eff5d42 100644 --- a/BOT_Librarian/librarian.js +++ b/BOT_Librarian/librarian.js @@ -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;