Skip to content

Commit

Permalink
Merge pull request #522 from hanshino:feature/make-number-private
Browse files Browse the repository at this point in the history
feat: 猜大小暫時不提供群組使用
  • Loading branch information
hanshino authored Sep 12, 2024
2 parents fc69a6c + fa24772 commit 4bf19cf
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 @@ -158,8 +158,8 @@ async function OrderBased(context, { next }) {
...BullshitController.router,
...SubscribeController.router,
...ScratchCardController.router,
...NumberController.router,
...CharacterController.router,
...(type === "user" ? NumberController.router : []),
...(type === "user" ? JobController.router : []),
...(type === "user" ? SubscribeController.privateRouter : []),
text(/^[/#.](使|help)$/, welcome),
Expand Down

0 comments on commit 4bf19cf

Please sign in to comment.