From a4a41059fff8b9e99d094bfbbdd891652675dac0 Mon Sep 17 00:00:00 2001 From: xtaodada Date: Wed, 12 Aug 2020 01:12:55 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A9=20=E4=BF=AE=E5=A4=8D=20throwit=20?= =?UTF-8?q?=E9=83=A8=E5=88=86=E4=BB=A3=E7=A0=81=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- list.json | 2 +- throwit.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/list.json b/list.json index b9ed133..45bfcc4 100644 --- a/list.json +++ b/list.json @@ -82,7 +82,7 @@ }, { "name": "throwit", - "version": "1.3", + "version": "1.4", "section": "profile", "maintainer": "xtaodada", "size": "6.9 kb", diff --git a/throwit.py b/throwit.py index a5d5fbd..d6e6c63 100644 --- a/throwit.py +++ b/throwit.py @@ -104,7 +104,7 @@ async def throwit(context): if randint_r == 1: background = Image.open("plugins/throwit/2.png") elif randint_r == 2: - background = Image.open("plugins/throwit/2.png") + background = Image.open("plugins/throwit/1.png") foreground = Image.open("plugins/throwit/" + str(target_user.user.id) + ".png") if len(context.parameter) == 2: diu_round = True