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