Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
madawei2699 committed Nov 19, 2023
1 parent b032d24 commit 64bd597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def handle_mentions(event, say, logger):
thread_ts = event["ts"]

if not is_active_user(user):
say(f'<@{user}>, 你的账户未激活,请添加微信 improve365_cn 联系管理员激活你的账户后再试用。', thread_ts=thread_ts)
say(f'<@{user}>, 你的账户未激活,请添加微信 `improve365_cn` 联系管理员激活你的账户后再试用。', thread_ts=thread_ts)
return

if not limiter.allow_request(user):
Expand Down

0 comments on commit 64bd597

Please sign in to comment.