Rename fmfuncs -> core (cleaner, semantic)

This commit is contained in:
2026-06-10 18:17:21 +08:00
parent 5e23778d90
commit 2bc00f8207
9 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import json
# 导入命令装饰器
try:
from fmfuncs.plugin_command_decorator import plugin_command, command
from core.plugin_command_decorator import plugin_command, command
except ImportError:
# 回退方案
def plugin_command(name=None, description=None, permissions=None):