mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-13 14:27:26 +08:00
16 lines
393 B
Python
16 lines
393 B
Python
|
"""
|
|||
|
Module docs
|
|||
|
"""
|
|||
|
|
|||
|
OPENED = "opened"
|
|||
|
EDITED = "edited"
|
|||
|
CLOSED = "closed"
|
|||
|
REOPENED = "reopened"
|
|||
|
RESOURCE_PREFIX = "Resource: "
|
|||
|
PLUGIN_PREFIX = "Plugin: "
|
|||
|
|
|||
|
PLUGIN_JSON = "docs/publics/plugins.json"
|
|||
|
RESOURCE_JSON = "docs/publics/resources.json"
|
|||
|
|
|||
|
edit_tip = "若要修改请编辑这段front matter,不要编辑正文/If you want to modify, please edit the front matter, do not edit the body"
|