forked from Firepup650/FireBot
sed -i '116s/"args": ../"passInstance": True/' timers.py
This commit is contained in:
parent
c4f5d24f19
commit
c0ceb46883
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue