Avoid spamming #firemc #6

Closed
9pfs wants to merge 14 commits from 9pfs/FireBot:dont-spam-firemc into master
Showing only changes of commit c0ceb46883 - Show all commits

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