Skip to content

Commit

Permalink
Update Commands.js
Browse files Browse the repository at this point in the history
  • Loading branch information
withinJoel authored Oct 16, 2024
1 parent d084c36 commit 639e1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 639e1c0

Please sign in to comment.