Add unique claims to the inventory list command #478

Merged
VylpesTester merged 3 commits from feature/295-series-list-command-claims into release/0.10.0 2026-03-13 17:50:25 +00:00
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
VylpesTester requested changes 2025-12-01 22:01:11 +00:00
Dismissed
@ -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
VylpesTester merged commit 1a21de3b9a into release/0.10.0 2026-03-13 17:50:25 +00:00
VylpesTester deleted branch feature/295-series-list-command-claims 2026-03-13 17:50:25 +00:00
Sign in to join this conversation.
No description provided.