diff options
Diffstat (limited to 'ATRI/plugins')
| -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 = "" | 
