Add sort
This commit is contained in:
@ -78,7 +78,6 @@ Hooks.on("chatMessage", (html, content, msg) => {
|
||||
let commands = content.match(regExp);
|
||||
let command = commands[0];
|
||||
|
||||
|
||||
// Roll on a table
|
||||
if (command === "/table") {
|
||||
let tableName = commands[1].toLowerCase();
|
||||
|
Reference in New Issue
Block a user