Skip to content

Commit

Permalink
💥 使用force_prefix替代prefix (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
KimigaiiWuyi committed Oct 3, 2024
1 parent c4a2b0d commit 1c4e86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GenshinUID/__init__.py
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 1c4e86e

Please sign in to comment.