mirror of
https://github.com/baiqwerdvd/ArknightsUID.git
synced 2025-05-08 21:15:55 +08:00
🚨移除cv痕迹
This commit is contained in:
parent
fc74b7f79e
commit
896823e0fb
@ -6,10 +6,10 @@ from gsuid_core.sv import SV
|
|||||||
from ..utils.ark_prefix import PREFIX
|
from ..utils.ark_prefix import PREFIX
|
||||||
from .get_help import get_core_help
|
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):
|
async def send_help_img(bot: Bot, ev: Event):
|
||||||
logger.info('开始执行[ark帮助]')
|
logger.info('开始执行[ark帮助]')
|
||||||
im = await get_core_help()
|
im = await get_core_help()
|
||||||
|
@ -8,7 +8,6 @@ from ..arknightsuid_resource import startup
|
|||||||
|
|
||||||
async def all_start():
|
async def all_start():
|
||||||
try:
|
try:
|
||||||
pass
|
|
||||||
await startup()
|
await startup()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.exception(e)
|
logger.exception(e)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user