Skip to content

Commit

Permalink
remove arc b30
Browse files Browse the repository at this point in the history
  • Loading branch information
DoroWolf authored Feb 19, 2024
1 parent 0a7214f commit 30e4acc
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 9 deletions.
Binary file removed assets/arcaea/aof.jpg
Binary file not shown.
Binary file removed assets/arcaea/noc.jpg
Binary file not shown.
6 changes: 0 additions & 6 deletions modules/arcaea/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
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,
Expand Down
1 change: 0 additions & 1 deletion modules/arcaea/locales/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
1 change: 0 additions & 1 deletion modules/arcaea/locales/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 的数字。"
}
1 change: 0 additions & 1 deletion modules/arcaea/locales/zh_tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 的數字。"
}

0 comments on commit 30e4acc

Please sign in to comment.