literally missed one comma

This commit is contained in:
Yessiest 2022-05-11 00:58:11 +04:00
parent e525b45147
commit 9f56d01b3e
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ local delay = command("delay",{
args = {
"string",
"string"
}
},
exec = function(msg,args,opts)
local format = args[1]
table.remove(args,1)