diff --git a/aff.py b/aff.py index 11dff53..dc72fc0 100644 --- a/aff.py +++ b/aff.py @@ -18,7 +18,7 @@ async def aff(context): await context.edit("出错了呜呜呜 ~ Aff消息不存在。\n(你有提前保存好嘛?)") return try: - await context.edit(msg) + await context.edit(msg, link_preview=True) except: await context.edit("出错了呜呜呜 ~ 信息无变化。") sleep(3) diff --git a/list.json b/list.json index 7b5292b..daceb1c 100644 --- a/list.json +++ b/list.json @@ -312,7 +312,7 @@ }, { "name": "aff", - "version": "1.0", + "version": "1.1", "section": "chat", "maintainer": "TNTcraftHIM", "size": "2.0 kb",