Skip to content

Commit

Permalink
Merge pull request #467 from hanshino/hanshino-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshino authored Feb 10, 2024
2 parents 14f1531 + deb01a7 commit 7555808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion app/src/controller/application/NumberController.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exports.router = [
const optionMapping = {
big: ["大"],
small: ["小"],
double: ["兩顆"],
// double: ["兩顆"],
triple: ["三顆"],
};

Expand Down

0 comments on commit 7555808

Please sign in to comment.