mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-02-25 20:10:28 +08:00
Fix bug
This commit is contained in:
parent
968cc8e454
commit
5cbbac7155
@ -69,7 +69,7 @@ def block_list(_, ctx_msg, internal=False):
|
|||||||
# This is a shit code, and should be changed later sometime.
|
# This is a shit code, and should be changed later sometime.
|
||||||
core.echo('已屏蔽的用户:\n' + ', '.join([t[1:] for t in blocked_targets]), ctx_msg)
|
core.echo('已屏蔽的用户:\n' + ', '.join([t[1:] for t in blocked_targets]), ctx_msg)
|
||||||
else:
|
else:
|
||||||
core.echo('还没有屏蔽过用户')
|
core.echo('还没有屏蔽过用户', ctx_msg)
|
||||||
|
|
||||||
|
|
||||||
@cr.register('unblock')
|
@cr.register('unblock')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user