add contact information to config
This commit is contained in:
@@ -48,11 +48,16 @@ REACTION_EMOJI = [
|
||||
]
|
||||
|
||||
MOTD_BANNED_TAGS = [
|
||||
'img', 'spoiler', '@mention'
|
||||
'img', 'spoiler', '@mention',
|
||||
]
|
||||
|
||||
SIG_BANNED_TAGS = [
|
||||
'@mention'
|
||||
'@mention',
|
||||
]
|
||||
|
||||
STRICT_BANNED_TAGS = [
|
||||
'img', 'spoiler', '@mention',
|
||||
'big', 'small', 'center', 'right', 'color',
|
||||
]
|
||||
|
||||
def permission_level_string(perm):
|
||||
|
||||
Reference in New Issue
Block a user