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))
|
wordlist = list(set(wordlist))
|
||||||
try:
|
try:
|
||||||
wordlist.remove(user)
|
wordlist.remove("@"+ user)
|
||||||
wordlist.remove(sender)
|
wordlist.remove("@" + sender)
|
||||||
except ValueError:
|
except ValueError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue