From 019e38caecdf5d9c7d52de5d544c570c09904f88 Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Mon, 6 Nov 2023 23:22:36 -0600 Subject: [PATCH] Oops --- commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.py b/commands.py index 42ca49d..71f3c3c 100644 --- a/commands.py +++ b/commands.py @@ -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: