From 10cdf397004c7bb640e0a69c49fbd90073d3c1c4 Mon Sep 17 00:00:00 2001 From: swee Date: Fri, 6 Dec 2024 18:36:36 -0800 Subject: [PATCH] Update sweebot.py --- sweebot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sweebot.py b/sweebot.py index 4cefbb6..1431e15 100644 --- a/sweebot.py +++ b/sweebot.py @@ -485,7 +485,8 @@ while True: multiline(choice(meows_upset), channel) 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") elif command[0] == "$shell": if perms == "full": #or "shell" in perms.split(",")