From a5429ca60495d79a399e4b3a108d769e62c364ad Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 21 Dec 2023 10:31:07 +0200 Subject: [PATCH] fix delay construction --- src/cli/bot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/bot.php b/src/cli/bot.php index f422dff..8acd7ba 100644 --- a/src/cli/bot.php +++ b/src/cli/bot.php @@ -221,7 +221,7 @@ foreach ($config->feed as $feed) ); // Apply delay - delay( + sleep( $feed->queue->delay ); }