updated to version 0.1.23
This commit is contained in:
parent
95a906303e
commit
f69724270f
@ -6,7 +6,7 @@
|
||||
"authors": [
|
||||
{ "name": "Robin Riis" }
|
||||
],
|
||||
"version": "0.1.22",
|
||||
"version": "0.1.23",
|
||||
"socket": true,
|
||||
"minimumCoreVersion": 10,
|
||||
"compatibility": {
|
||||
|
||||
@ -40,6 +40,6 @@ export default function puckocommand(user, world, log, message, data) {
|
||||
console.log(`data: `);
|
||||
console.log(data);
|
||||
if(message[0] === "test") return test(user.name);
|
||||
if(message[0] === "dagens") return dagens(user.name)
|
||||
if(message[0] === "dagens") return dagens(user.name, message)
|
||||
return ""
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user