THEWHITEBOY503 / ConnMudaeClone

This bot is an open-source Discord card game, similar to Mudae. It allows you to draw a card every X hours (default 6), and even trade cards with your friends.
MIT License
5 stars 2 forks source link

(repost-ish) card viewing #7

Closed MRSKnshnn closed 1 year ago

MRSKnshnn commented 1 year ago

to view their collection, a user would use !collection and the bot would spit out a list of their cards formatted like (card name) (card ID) with each card in its own line. in use something like Name Here (and other naming stuff) [IDtag]

to view a card in their collection, a user would use !view <card ID> if they have that card in their collection, then same sort of display as the way the !draw commands shows cards (with name, id, embed) if they don't bot would say smthn like @user, you don't have that card in your collection!

MRSKnshnn commented 1 year ago

since collections will probably end up getting very long, perhaps some sort of thing with the embed where you can scroll through pages? like maybe a limit of 9 cards per page (simulating a trading card holder page), then you use a reaction to scroll back and forward different pages

THEWHITEBOY503 commented 1 year ago

Current progress:

THEWHITEBOY503 commented 1 year ago

Feature finished. !view- view cards in user's collection !cardview- display cards in server database !cardview - displays specific card