Skip to content

Commit

Permalink
Chore: add bili2233.cn
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovler-Young authored Jan 1, 2025
1 parent 94f080c commit 3d5a1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ bot.command("help", (ctx) =>
bot.command("bili", async (ctx) => {
await handleBiliLink(ctx);
});
bot.hears(/(BV[a-zA-Z0-9]+)|(av\d+)|b23\.(tv|wtf)\/\S+|www\.bilibili\.com\/(video|medialist|list)\/\S+|space\.bilibili\.com\/\d+/i, async (ctx) => {
bot.hears(/(BV[a-zA-Z0-9]+)|(av\d+)|(bili2233.cn|b23\.(tv|wtf))\/\S+|www\.bilibili\.com\/(video|medialist|list)\/\S+|space\.bilibili\.com\/\d+/i, async (ctx) => {
await handleBiliLink(ctx);
});

Expand Down

0 comments on commit 3d5a1ef

Please sign in to comment.