aboutsummaryrefslogtreecommitdiffstats
path: root/shireen
diff options
context:
space:
mode:
authorAhmed <git@gumx.cc>2026-06-20 00:08:40 +0300
committerAhmed <git@gumx.cc>2026-06-20 00:08:40 +0300
commit815b742006732b1ccdb665ba5c076fbb7b1e79c6 (patch)
tree24db2809ae8c3290211ef2876c9c8e509f72b2e5 /shireen
parentd60f3ce4d1996f207e2c693ae1102e6a5ddad701 (diff)
fix: bunch of vibed edits to fix vibed edits
Diffstat (limited to 'shireen')
-rw-r--r--shireen/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shireen/commands.py b/shireen/commands.py
index d5ddbda..75ae3ce 100644
--- a/shireen/commands.py
+++ b/shireen/commands.py
@@ -469,7 +469,7 @@ def cmd_news(bot, trigger):
def _broadcast_tick(bot):
now = time.time()
- # Snapshot config and decide which channels need a broadcast — release lock before HTTP
+ # Snapshot config and decide which channels need a broadcast; release lock before HTTP
with bot.memory["sh_lock"]:
data = bot.memory["sh_data"]
feeds = list(data.get("feeds", []))