forked from swee/MeowNex
Update sweebot.py
This commit is contained in:
parent
28647f1a63
commit
85730a0d23
1 changed files with 1 additions and 1 deletions
|
@ -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(",")
|
||||
|
|
Loading…
Reference in a new issue