From 85730a0d23988af0ae6165c718b2ad330916445b Mon Sep 17 00:00:00 2001 From: swee Date: Fri, 6 Dec 2024 18:38:09 -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 8a75873..bb74c58 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", channel) + multiline(f"{nick}: {run} command(s) run, {block} refused, and {parsed} link(s) parsed, check out https://irc-bot.swee.codes", channel) elif command[0] == "$shell": if perms == "full": #or "shell" in perms.split(",")