Fix comment list
This commit is contained in:
parent
b7b619ba0b
commit
fddef13b54
1 changed files with 2 additions and 2 deletions
|
@ -77,8 +77,8 @@ while True:
|
|||
|
||||
wordlist = list(set(wordlist))
|
||||
try:
|
||||
wordlist.remove(user)
|
||||
wordlist.remove(sender)
|
||||
wordlist.remove("@"+ user)
|
||||
wordlist.remove("@" + sender)
|
||||
except ValueError:
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in a new issue