Archived
1
0
Fork 0

remove arc b30

This commit is contained in:
多羅狼 2024-02-19 15:44:41 +08:00 committed by GitHub
parent 0a7214f547
commit 30e4acc771
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 0 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

View file

@ -15,12 +15,6 @@ arc = module('arcaea', developers=['OasisAkari'], desc='{arcaea.help.desc}',
alias=['a', 'arc'])
@arc.command('b30')
async def _(msg: Bot.MessageSession):
await msg.send_message([Plain(msg.locale.t("arcaea.message.sb616")),
BImage(os.path.abspath('./assets/arcaea/noc.jpg'))])
@arc.command('download {{arcaea.help.download}}')
async def _(msg: Bot.MessageSession):
resp = await get_url('https://webapi.lowiro.com/webapi/serve/static/bin/arcaea/apk/', 200,

View file

@ -7,7 +7,6 @@
"arcaea.help.rank.paid": "View the current rank of the paid packs.",
"arcaea.message.download": "Current latest version is ${version}.\nDownload: ${url}",
"arcaea.message.get_failed": "Failed to fetch.",
"arcaea.message.sb616": "According to Arcaea TOS 3.2.6, this command cannot be used.\nYou also agree not to do any of the following:\n... 6. collect any information through “harvesting” or “scraping” about the service or regarding any user, including yourself, who uses the Services;\nhttps://arcaea.lowiro.com/en/terms_of_service",
"ptt.help": "Generate a Potential image of Arcaea.",
"ptt.message.invalid": "Potential must be a number greater than 0.00 and less than 99.99."
}

View file

@ -7,7 +7,6 @@
"arcaea.help.rank.paid": "查看当前付费包游玩排行。",
"arcaea.message.download": "目前的最新版本为 ${version}。\n下载地址${url}",
"arcaea.message.get_failed": "获取失败。",
"arcaea.message.sb616": "根据 Arcaea TOS 3.2.6 规定,无法使用该命令。\nYou also agree not to do any of the following:\n... 6. collect any information through “harvesting” or “scraping” about the service or regarding any user, including yourself, who uses the Services;\nhttps://arcaea.lowiro.com/zh/terms_of_service",
"ptt.help": "生成一张 Arcaea 潜力值图片。",
"ptt.message.invalid": "潜力值必须为 ≥0.00 且 ≤99.99 的数字。"
}

View file

@ -7,7 +7,6 @@
"arcaea.help.rank.paid": "檢視目前付費包遊玩排行。",
"arcaea.message.download": "目前的最新版本為 ${version}。\n下載網址${url}",
"arcaea.message.get_failed": "取得失敗。",
"arcaea.message.sb616": "依據 Arcaea TOS 3.2.6 規定,無法使用此指令。\nYou also agree not to do any of the following:\n... 6. collect any information through “harvesting” or “scraping” about the service or regarding any user, including yourself, who uses the Services;\nhttps://arcaea.lowiro.com/zh/terms_of_service",
"ptt.help": "產生一張 Arcaea 潛力值圖片。",
"ptt.message.invalid": "潛力值必須為 ≥0.00 且 ≤99.99 的數字。"
}