Skip to main content

Card Collection


The kcollection [kc] command allows users to view their collection of cards, including various filters to customize the display.

Collections can be paginated, this provides easy navigation. Additionally, built-in sorting options can be accessed through the select menu for easy of use.

Example of the collection command

Usage
  • Command: kcollection
  • Alias: [kc]
  • Parameters:
    • (Optional) <user> - View another user's collection by mentioning them or using their user ID.
note

Only registered, unrestricted users with no privacy settings enabled for this command can have their collection viewed.

Filters

  • Sorting & Ordering:
    • Syntax: <filter>:<criteria>
    • Filters:
      • o or order - Sorting order.
    • Criteria:
      • wl - Order by wishlist.
      • p - Order by print (ascending).
      • ti - Order by tier (descending).
    • Example: o:wl - Sorts the collection by wishlist count.
  • Value Filters:
    • Syntax: <filter>(<, >, =, <=, >=)<number>
    • Filters:
      • wl or wishlist - Wishlist count.
      • p or print - Print count.
      • ti or tier - Tier [1-3].
    • Example: wl>5 - Filters cards with a wishlist count greater than 5.
  • Tag & Character Filters:
    • Syntax: <filter>:<tag>
    • Filters:
      • t or tag - Filter by card tags.
    • Additional values:
      • none, false or f - Filter by cards without tags
      • true - Filter by cards with tags
    • Example: t:character - Filters cards with the "character" tag.
  • Series Filters:
    • Syntax: <filter>:<series>
    • Filters:
      • s or series - Filter by series name.
    • Example: s:Mythical Creatures - Filters cards from the "Mythical Creatures" series.
  • Morph Filters:
    • Syntax: <filter>:<morph state>
    • Filters:
      • m or morph - Filter by morph type.
    • States:
      • true or t - Any morph.
      • none, false or f - No morph.
      • char or character - Character morph.
      • glow or g - Glow morph.
    • Example: m:character - Filters cards with a character morph.
  • Frame Filters:
    • Syntax: <filter>:<true/false>
    • Filters:
      • f or framed - Filter based on whether a card is framed.
    • Options:
      • true or t - Has frame.
      • false or f - No frame.
    • Example: f:true - Filters cards with a frame.
  • Sacrificed filter:
    • Syntax: <filter>:<true/false>
    • Filters:
      • sac or sacrificed - Filter by whether a character has been sacrificed.
    • Example: sac:false - Filters cards of characters that have not been sacrificed.
note

Cards that have been sacrificed are displayed with an empty space in the third slot or the 🌀 emoji.

tip

Combining Filters:

  • Syntax: <filter1> <filter2>
  • Filters can be combined to refine searches further.
  • Example: t:none wl<10 - Returns cards that haven't been tagged and have a wishlist lower than 10