diff options
author | Kyomotoi <[email protected]> | 2021-04-18 01:04:39 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-18 01:04:39 +0800 |
commit | 59168cc6bef4618313e60fdd452afc20d0cb3513 (patch) | |
tree | 9eadbb40becf5c40100c1b0d80dd6f9e4c920b3b /ATRI/plugins/essential.py | |
parent | 1c1ca25d679c783cd061ede8256cb4627a0da227 (diff) | |
download | ATRI-59168cc6bef4618313e60fdd452afc20d0cb3513.tar.gz ATRI-59168cc6bef4618313e60fdd452afc20d0cb3513.tar.bz2 ATRI-59168cc6bef4618313e60fdd452afc20d0cb3513.zip |
🐛 我是啥b
修复中文冒号
Diffstat (limited to 'ATRI/plugins/essential.py')
-rw-r--r-- | ATRI/plugins/essential.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ATRI/plugins/essential.py b/ATRI/plugins/essential.py index 4d220fc..9304279 100644 --- a/ATRI/plugins/essential.py +++ b/ATRI/plugins/essential.py @@ -93,7 +93,7 @@ async def _check_block(matcher: Matcher, event: MessageEvent, state: T_State) -> None: user = str(event.user_id) - try: + try: msg = str(event.message) except: msg = "" |