forked from swee/MeowNex
Update sweebot.py
This commit is contained in:
parent
3ee06823b9
commit
b8aadb83ad
1 changed files with 1 additions and 1 deletions
|
@ -608,7 +608,7 @@ while True:
|
||||||
|
|
||||||
|
|
||||||
elif command[0] == "$sed":
|
elif command[0] == "$sed":
|
||||||
if len(command) == 1:
|
if len(command) == 2:
|
||||||
if channel in logs:
|
if channel in logs:
|
||||||
try:
|
try:
|
||||||
if command[1].split("/")[0].lower() != "s": raise IndexError()
|
if command[1].split("/")[0].lower() != "s": raise IndexError()
|
||||||
|
|
Loading…
Reference in a new issue