TsubakiBotPad / pad-cogs

Cogs for a Discord bot related to the mobile game Puzzle & Dragons
MIT License
10 stars 2 forks source link

[Reserved for Alianin] Create links to dawnglare boards with ^board #1769

Closed RheingoldRiver closed 2 years ago

RheingoldRiver commented 2 years ago

Allowed letters: RGBLDHXJMPZ, if any other letter is included, use send_cancellation_message (this comes from the library tsutils which is on PyPI) to inform that the user has used an invalid color

This should go in the padinfo cog in padinfo.py!

Alianin commented 2 years ago

Do we need to account for people potentially entering O for bomb instead of X?

RheingoldRiver commented 2 years ago

That would be a cool feature to support, but in the future it's possible O means something different and then we'd be breaking compatibility with our correction so I think it's better to not.

Also, since I made this ticket, Z is now also a possible orb type (it's an empty square with no orb) (we feature requested this to the dawnglare dev so we can implement #1768)