(this, reason, *a)
| 161 | |
| 162 | @On(bot, "kicked") |
| 163 | def kicked(this, reason, *a): |
| 164 | print("I was kicked", reason, a) |
| 165 | console.log(f"I got kicked for {reason}") |
| 166 | |
| 167 | |
| 168 | @On(bot, "time") |
nothing calls this directly
no test coverage detected
searching dependent graphs…