From 9f56d01b3ed9942c9be32483bae996267e95eb8f Mon Sep 17 00:00:00 2001 From: Yessiest Date: Wed, 11 May 2022 00:58:11 +0400 Subject: [PATCH] literally missed one comma --- plugins/cron/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/cron/init.lua b/plugins/cron/init.lua index 5dad099..5054bea 100644 --- a/plugins/cron/init.lua +++ b/plugins/cron/init.lua @@ -146,7 +146,7 @@ local delay = command("delay",{ args = { "string", "string" - } + }, exec = function(msg,args,opts) local format = args[1] table.remove(args,1)