updated puckochat and changed version
This commit is contained in:
parent
5ca93d73f6
commit
6ec3491c01
@ -6,7 +6,7 @@
|
||||
"authors": [
|
||||
{ "name": "Robin Riis" }
|
||||
],
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"socket": true,
|
||||
"minimumCoreVersion": 10,
|
||||
"compatibility": {
|
||||
|
||||
@ -9,7 +9,7 @@ Hooks.on("ready", async function() {
|
||||
});
|
||||
|
||||
Hooks.on("chatMessage", (log, message, data) => {
|
||||
to_send = "";
|
||||
let to_send = "";
|
||||
console.log("[puckoprutt] chat!");
|
||||
if(message[0] === "!") to_send = puckocommand(isGM, user, world, log, message.slice(1).split(" "), data);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user