sed -i '116s/"args": ../"passInstance": True/' timers.py

This commit is contained in:
9pfs 2024-05-01 01:14:16 +00:00
parent c4f5d24f19
commit c0ceb46883
Signed by: 9pfs
SSH key fingerprint: SHA256:TOcGxMQCfy4VvRM8AzgXErKXdkAtaTcpGXgYMpyoJoY

View file

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