Drop Pings

Configure pog drop tiers, event item pings, and server drop alerts.

Card Companion has three independent ping systems. This tutorial covers each one in depth, including all pog drop tiers.

All ping configuration is under /config karuta


Pog Drop Pings#

Pog drop pings fire when a card in a drop exceeds a configured wishlist or print threshold. You can set up multiple tiers at once โ€” each with its own role and emoji.

Wishlist Tiers#

Three wishlist tiers are available. Set a custom threshold and role for each:

/config karuta pog_drops pog_type:High Wishlist pog_value:1500 pog_role:@Pog pog_emoji:๐Ÿ’›/config karuta pog_drops pog_type:Mid Wishlist pog_value:500 pog_role:@MidPog pog_emoji:โญ/config karuta pog_drops pog_type:Low Wishlist pog_value:100 pog_role:@LowPog pog_emoji:๐ŸŒŸ

Three print tiers are also available. These fire based on the card's print number โ€” lower is rarer:

/config karuta pog_drops pog_type:Single Print pog_role:@SP pog_emoji:๐ŸŒธ/config karuta pog_drops pog_type:Mid Print pog_role:@MidPrint/config karuta pog_drops pog_type:Low Print pog_role:@LowPrint

pog_emoji is optional for print tiers. If omitted, the default print emoji is used.

Drop Scope#

By default pog pings fire for all drops. You can restrict them globally to only server drops or only user drops:

/config karuta pog_drops allowed_types:Server Drops Only

Options: Server Drops Only ยท User Drops Only ยท Server and User Drops


Event Item Pings#

Pings a role when an event item or new edition card drops.

/config karuta event_item role:@EventRole enabled:True type:Server Drops Only
Type optionWhen it fires
Server Drops OnlyKaruta server drops only
User Drops OnlyUser-initiated drops only
Server and User DropsBoth server and user drops

Server Drop Pings#

Pings a role every time Karuta drops cards in a channel, regardless of card value.

/config karuta server_drops role:@Drops enabled:True

This is useful for alerting members that a drop is live so they can grab cards.


Viewing Current Ping Settings#

/config view

Scroll to the pings section to confirm roles, thresholds, and enabled states.

Last updated June 12, 2026