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(",")