Compare commits

..

No commits in common. "9f56d01b3ed9942c9be32483bae996267e95eb8f" and "01f52daab9aebba9c461602d4d5866de9ecbc709" have entirely different histories.

1 changed files with 0 additions and 7 deletions

View File

@ -125,9 +125,6 @@ local event = command("event",{
perms = { perms = {
"administrator" "administrator"
}, },
args = {
"string"
},
exec = function(msg,args,opts) exec = function(msg,args,opts)
return create_event(msg,table.concat(args," ")) return create_event(msg,table.concat(args," "))
end end
@ -143,10 +140,6 @@ local delay = command("delay",{
{name = "Perms:",value = "any"}, {name = "Perms:",value = "any"},
} }
}}, }},
args = {
"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)