From ba535f8e319135071640b8a25e535d0be185cb48 Mon Sep 17 00:00:00 2001 From: xtaodada Date: Thu, 17 Jun 2021 16:27:43 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20groupword=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A4=B9=E5=90=8D=E7=A7=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- groupword.py | 2 +- list.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/groupword.py b/groupword.py index 2b7bb85..242187b 100644 --- a/groupword.py +++ b/groupword.py @@ -69,7 +69,7 @@ async def group_word(context): return except: return - image = WordCloud(font_path="plugins/wordcloud/wqy-microhei.ttc", width=800, height=400).generate_from_frequencies( + image = WordCloud(font_path="plugins/groupword/wqy-microhei.ttc", width=800, height=400).generate_from_frequencies( words).to_image() stream = BytesIO() image.save(stream, 'PNG') diff --git a/list.json b/list.json index 02d6021..859fb74 100644 --- a/list.json +++ b/list.json @@ -512,7 +512,7 @@ }, { "name": "groupword", - "version": "1.01", + "version": "1.02", "section": "chat", "maintainer": "xtaodada", "size": "3.32 kb",