From 7c43d8afc2acba9d7bf5983cd977f5a9c0389c66 Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Tue, 7 Nov 2023 09:20:56 -0600 Subject: [PATCH] Outdated line fix --- commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.py b/commands.py index a2fb30c..0747f06 100644 --- a/commands.py +++ b/commands.py @@ -119,7 +119,7 @@ def debug(bot, chan: str, name: str, message: str) -> None: def raw(bot, chan: str, name: str, message: str) -> None: - sendraw(message.split(" ", 1)[1]) + bot.sendraw(message.split(" ", 1)[1]) def reboot(bot, chan: str, name: str, message: str) -> None: