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} }