🚨移除cv痕迹

This commit is contained in:
qwerdvd 2023-08-31 12:25:17 +08:00
parent fc74b7f79e
commit 896823e0fb
2 changed files with 2 additions and 3 deletions

View File

@ -6,10 +6,10 @@ from gsuid_core.sv import SV
from ..utils.ark_prefix import PREFIX
from .get_help import get_core_help
sv_sr_help = SV('ark帮助')
sv_ark_help = SV('ark帮助')
@sv_sr_help.on_fullmatch((f'{PREFIX}帮助')) # noqa: UP034
@sv_ark_help.on_fullmatch((f'{PREFIX}帮助')) # noqa: UP034
async def send_help_img(bot: Bot, ev: Event):
logger.info('开始执行[ark帮助]')
im = await get_core_help()

View File

@ -8,7 +8,6 @@ from ..arknightsuid_resource import startup
async def all_start():
try:
pass
await startup()
except Exception as e:
logger.exception(e)