Add new blacklist word
This commit is contained in:
parent
974b3ef1f2
commit
fcd558cb80
@ -79,7 +79,7 @@ ConnectorCache = Cache()
|
|||||||
|
|
||||||
|
|
||||||
class Connector(ABC):
|
class Connector(ABC):
|
||||||
blacklist_words = ['Chris44', 'Vol.']
|
blacklist_words = ['Chris44', 'Vol.', '[zza]']
|
||||||
|
|
||||||
@property
|
@property
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
|
Reference in New Issue
Block a user