diff --git a/Modules/Commands.js b/Modules/Commands.js index 81a184b..f2e16dd 100644 --- a/Modules/Commands.js +++ b/Modules/Commands.js @@ -36,7 +36,7 @@ function runCmd(command, inMemory, fromInput) { window.open(url, '_blank'); } else if (commandName === "truthordare") { truthOrDare(); - } else if (commandName.includes("whatis:")) { + } else if (commandName.includes("whatis: ")) { whatIsCommand(commandName); } else if (commandName === "rolldice") { rollDice();