Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshino authored Feb 10, 2024
1 parent a12a202 commit 14f1531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ async function OrderBased(context, { next }) {
...BullshitController.router,
...SubscribeController.router,
...ScratchCardController.router,
...NumberController.router,
// ...NumberController.router,
...(type === "user" ? JobController.router : []),
text(/^[/#.](使用說明|help)$/, welcome),
text(/^[/#.]抽(\*(?<times>\d+))?(\s*(?<tag>[\s\S]+))?$/, gacha.play),
Expand Down

0 comments on commit 14f1531

Please sign in to comment.