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;