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