Add unique claims to the inventory list command #478

Open
Vylpes wants to merge 3 commits from feature/295-series-list-command-claims into release/0.10.0
Owner
  • Update the /series list command to include the user's unique claims

#295

- Update the `/series list` command to include the user's unique claims #295
Add unique claims to the inventory list command
All checks were successful
Test / build (push) Successful in 53s
c2b3dea2d0
Vylpes 2025-11-22 11:05:45 +00:00
@ -63,2 +64,2 @@
public static GenerateSeriesListPage(page: number): { embed: EmbedBuilder, row: ActionRowBuilder<ButtonBuilder> } | null {
AppLogger.LogSilly("Helpers/InventoryHelper", `Parameters: page=${page}`);
public static async GenerateSeriesListPage(page: number, userId: string): Promise<{ embed: EmbedBuilder, row: ActionRowBuilder<ButtonBuilder> } | null> {
AppLogger.LogSilly("Helpers/InventoryHelper", `Parameters: page=${page}, userId=${userId}`);
Member

Remove

Remove
Vylpes marked this conversation as resolved
All checks were successful
Test / build (push) Successful in 1m22s
Required
Details
This pull request doesn't have enough approvals yet. 0 of 1 approvals granted.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/295-series-list-command-claims:feature/295-series-list-command-claims
git switch feature/295-series-list-command-claims
Sign in to join this conversation.
No description provided.