This commit is contained in:
Firepup Sixfifty 2023-11-06 23:22:36 -06:00
parent 8e2edcf79f
commit 019e38caec
Signed by: Firepup650
GPG key ID: 7C92E2ABBBFAB9BA

View file

@ -27,7 +27,7 @@ def hi(bot, chan: str, name: str, message: str) -> None:
def op(bot, chan: str, name: str, message: str) -> None:
op(name, chan)
bot.op(name, chan)
def ping(bot, chan: str, name: str, message: str) -> None: