mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-02-01 19:50:26 +08:00
14 lines
274 B
Python
Executable File
14 lines
274 B
Python
Executable File
import traceback
|
|
|
|
import httpx
|
|
|
|
from nonebot_plugin_marshoai.plugin import PluginMetadata
|
|
|
|
__marsho_meta__ = PluginMetadata(
|
|
name="Bangumi 番剧信息",
|
|
description="Bangumi 番剧信息",
|
|
usage="Bangumi 番剧信息",
|
|
author="Liteyuki",
|
|
homepage="",
|
|
)
|