From c0ceb46883f035ff6ffee99ff12af1911624c458 Mon Sep 17 00:00:00 2001 From: 9pfs <9pfs@amcforum.wiki> Date: Wed, 1 May 2024 01:14:16 +0000 Subject: [PATCH] sed -i '116s/"args": ../"passInstance": True/' timers.py --- timers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timers.py b/timers.py index b91d905..25a6afe 100644 --- a/timers.py +++ b/timers.py @@ -113,5 +113,5 @@ def radio(instance: bare.bot) -> NoReturn: exit(1) data: dict[str, dict[str, Any]] = { - "radio": {"noWrap": True, "func": radio, "args": []} + "radio": {"noWrap": True, "func": radio, "passInstance": True} }