LiteyukiBot-TriM/liteyuki/plugins/liteyuki_weather/__init__.py

18 lines
403 B
Python
Raw Normal View History

2024-03-22 04:41:38 +00:00
from nonebot.plugin import PluginMetadata
2024-04-11 05:15:29 +00:00
from .qweather import *
2024-03-22 04:41:38 +00:00
__plugin_meta__ = PluginMetadata(
name="轻雪天气",
description="基于和风天气api的天气插件",
usage="",
type="application",
homepage="https://github.com/snowykami/LiteyukiBot",
extra={
"liteyuki": True,
"toggleable" : True,
"default_enable" : True,
}
)