literally missed one comma
This commit is contained in:
parent
e525b45147
commit
9f56d01b3e
|
@ -146,7 +146,7 @@ local delay = command("delay",{
|
||||||
args = {
|
args = {
|
||||||
"string",
|
"string",
|
||||||
"string"
|
"string"
|
||||||
}
|
},
|
||||||
exec = function(msg,args,opts)
|
exec = function(msg,args,opts)
|
||||||
local format = args[1]
|
local format = args[1]
|
||||||
table.remove(args,1)
|
table.remove(args,1)
|
||||||
|
|
Loading…
Reference in New Issue