From f6d3fc4bb4b32f2245f218069e09b67ce86eec7f Mon Sep 17 00:00:00 2001 From: neoarz Date: Sun, 4 Jan 2026 22:06:33 -0500 Subject: [PATCH] fix: delay from 5 to 10 sec --- cogs/events/stickybot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/events/stickybot.py b/cogs/events/stickybot.py index 0bcc67a..eb14fff 100644 --- a/cogs/events/stickybot.py +++ b/cogs/events/stickybot.py @@ -13,7 +13,7 @@ STICKY_CONFIGS = { "allowed_role_id": 1432165329483857940, "message": "# Example sticky message", # You can add your own markdown here "footer": "This is an automated sticky message.", # This will be appended to the message and uses "-#" to format the footer - "delay": 5, # in seconds + "delay": 10, # in seconds }, "SideStore": { "guild_id": 949183273383395328, @@ -23,7 +23,7 @@ STICKY_CONFIGS = { "allowed_role_id": 949207813815697479, "message": "## Please read the README in https://discord.com/channels/949183273383395328/1155736594679083089 and the documentation at before asking your question.", "footer": "This is an automated sticky message.", - "delay": 5, + "delay": 10, }, }