BLACKALiCE

Results 3 comments of BLACKALiCE

Translate: # Title: Add config.json usage in wiki ## description: In the current version, config,json is generated by main program, but it don't have the edit instruction for config.json, only...

解决方法: model.py ``` class MessageEntity(BaseModel): type: Literal[ "mention", "hashtag", "cashtag", "bot_command", "url", "email", "phone_number", "bold", "italic", "underline", "strikethrough", "spoiler", "blockquote", "code", "pre", "text_link", "text_mention", "custom_emoji", "expandable_blockquote" ] offset: int length:...