exclude mtg data field
This commit is contained in:
@@ -38,6 +38,7 @@ class CyberLinaBotModuleConfig(TelegramBotModuleConfig):
|
||||
'welcome_reactions': JSONEditor(),
|
||||
'inline_reactions': JSONEditor(),
|
||||
}
|
||||
EXCLUDE_FIELDS = '_mtg_data',
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super().__init__(*args, **kwargs)
|
||||
|
Reference in New Issue
Block a user