There's a lot of redundant text between certain things (e.g. Black Thumb's talent description, and the Black Thumb Rodeo action, have the same text)
Ways to do it:
- compare string lengths and take which one is longer (might error in certain cases...)
- use discord features (a button which you click to expand the action section) -- this fundamentally breaks the flow of UNCLE (format->all formatted text is returned to user) so is a bigger lift
There's a lot of redundant text between certain things (e.g. Black Thumb's talent description, and the Black Thumb Rodeo action, have the same text)
Ways to do it: