🔧 简化删除回复消息的指令

This commit is contained in:
xtaodada 2020-04-05 12:00:13 +08:00
parent 14ff964aa7
commit 11d55a5eee
No known key found for this signature in database
GPG Key ID: 39EFACA711DF5D8C

View File

@ -57,7 +57,7 @@ async def selfprune(context):
await notification.delete()
@listener(outgoing=True, command="delete",
@listener(outgoing=True, command="del",
description="删除当前对话您回复的那条消息。(需要回复一条消息)")
async def delete(context):
""" Deletes the message you replied to. """