This commit is contained in:
flaskfarm
2022-10-11 17:02:23 +09:00
parent 1aa3f08e3a
commit 5b6719c018

View File

@@ -32,6 +32,7 @@ class ModuleSetting(PluginModuleBase):
'notify_discord_webhook' : '',
'notify_advaned_use' : 'False',
'notify.yaml': '', #직접 사용하지 않으나 저장 편의상.
'command_text': '',
}
def __init__(self, P):