mirror of
https://github.com/Ratstail91/SANCTUM.git
synced 2025-11-29 02:24:27 +11:00
BUGFIX: Added the !book command properly
This commit is contained in:
@@ -105,6 +105,7 @@ function processBasicCommands(client, message) {
|
|||||||
|
|
||||||
case "help":
|
case "help":
|
||||||
case "lore":
|
case "lore":
|
||||||
|
case "book":
|
||||||
shared.SendPublicMessage(client, message.author, message.channel, dialog(command, args[0]));
|
shared.SendPublicMessage(client, message.author, message.channel, dialog(command, args[0]));
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user