mirror of
https://github.com/TeamPGM/PagerMaid_Plugins.git
synced 2024-11-21 23:55:34 +00:00
🐛 autoreplysticker 增加缺少的 return (#153)
* 🐛 autoreplysticker 增加缺少的 return
This commit is contained in:
parent
30864b49aa
commit
5c28591fa1
@ -150,6 +150,7 @@ async def ars(context):
|
||||
|
||||
if len(context.parameter) == 0:
|
||||
await ars_help(context)
|
||||
return
|
||||
|
||||
if context.parameter[0] == 'set':
|
||||
if len(context.parameter) < 5:
|
||||
|
Loading…
Reference in New Issue
Block a user