正式给指令添加权限限制
This commit is contained in:
parent
31098af84b
commit
57b1dd2a56
1
cmds.py
1
cmds.py
@ -94,5 +94,6 @@ def cmds(app, data):
|
|||||||
if msg == '':
|
if msg == '':
|
||||||
msg = Message(content='参数错误,请使用-h查看帮助', room_id=sqt.room_id)
|
msg = Message(content='参数错误,请使用-h查看帮助', room_id=sqt.room_id)
|
||||||
await sqt.app.ctx.sio.emit('sendMessage', msg.to_json())
|
await sqt.app.ctx.sio.emit('sendMessage', msg.to_json())
|
||||||
|
await e.save_policy()
|
||||||
|
|
||||||
return sio_decorator
|
return sio_decorator
|
||||||
|
Loading…
Reference in New Issue
Block a user