Skip to content

Commit 95097f6

Browse files
committed
Multi-page menus
1 parent 84ce3e2 commit 95097f6

File tree

8 files changed

+304
-123
lines changed

8 files changed

+304
-123
lines changed

build/scripts/fjsContext.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/scripts/menus.js

Lines changed: 83 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/scripts/players.js

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/scripts/staffCommands.js

Lines changed: 74 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/fjsContext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const { Promise } = require("./promise");
2424
const { Perm, allCommands } = commands;
2525
const { FishPlayer } = players;
2626
const { Rank, RoleFlag } = ranks;
27-
const { menu } = menus;
27+
const { Menu } = menus;
2828

2929
Object.assign(this as never as typeof globalThis, utils); //global scope goes brrrrr, I'm sure this will not cause any bugs whatsoever
3030

0 commit comments

Comments
 (0)