From 28647f1a63d031036dfdf5331d4e9a03d6346036 Mon Sep 17 00:00:00 2001 From: swee Date: Fri, 6 Dec 2024 18:37:27 -0800 Subject: [PATCH] Update sweebot.py --- sweebot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sweebot.py b/sweebot.py index 1431e15..8a75873 100644 --- a/sweebot.py +++ b/sweebot.py @@ -486,7 +486,7 @@ while True: else: multiline(choice(meows_happy), channel) elif command[0] == "$stats": - multiline(f"{nick}: {run} commands run, {block} refused, and {parsed} links parsed, check out https://irc-bot.swee.codes") + multiline(f"{nick}: {run} commands run, {block} refused, and {parsed} links parsed, check out https://irc-bot.swee.codes", channel) elif command[0] == "$shell": if perms == "full": #or "shell" in perms.split(",")