mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 05:17:24 +08:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
a97747b7c4
@ -33,8 +33,8 @@ const i18nData = {
|
|||||||
fetching: '获取中',
|
fetching: '获取中',
|
||||||
stars: '星标',
|
stars: '星标',
|
||||||
forks: '分叉',
|
forks: '分叉',
|
||||||
issues: '开启议题',
|
issues: '工单',
|
||||||
prs: '合并请求',
|
prs: '拉取请求',
|
||||||
visitors: '访客',
|
visitors: '访客',
|
||||||
size: '大小',
|
size: '大小',
|
||||||
plugins: '插件',
|
plugins: '插件',
|
||||||
|
@ -107,7 +107,7 @@ async def _(matcher: Matcher, bot: T_Bot, event: T_MessageEvent):
|
|||||||
).handle()
|
).handle()
|
||||||
# Satori OK
|
# Satori OK
|
||||||
async def _(matcher: Matcher):
|
async def _(matcher: Matcher):
|
||||||
await matcher.finish("https://bot.liteyuki.icu/usage")
|
await matcher.finish("https://bot.liteyuki.icu/")
|
||||||
|
|
||||||
|
|
||||||
@on_alconna(
|
@on_alconna(
|
||||||
|
Loading…
Reference in New Issue
Block a user