From 1c4e86ebae677c89b66bd85af8446332e5542694 Mon Sep 17 00:00:00 2001 From: KimigaiiWuyi <444835641@qq.com> Date: Fri, 4 Oct 2024 05:14:59 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A5=20=E4=BD=BF=E7=94=A8`force=5Fprefi?= =?UTF-8?q?x`=E6=9B=BF=E4=BB=A3`prefix`=20(#643)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GenshinUID/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GenshinUID/__init__.py b/GenshinUID/__init__.py index 8648de35..f3bc06dd 100644 --- a/GenshinUID/__init__.py +++ b/GenshinUID/__init__.py @@ -1,3 +1,3 @@ from gsuid_core.sv import Plugins -Plugins(name="GenshinUID", prefix=["gs"], allow_empty_prefix=False) +Plugins(name="GenshinUID", force_prefix=["gs"], allow_empty_prefix=False)