beyond-all-reason / bar-lobby

BAR Lobby Client
https://beyond-all-reason.github.io/bar-lobby/
MIT License
33 stars 30 forks source link

New Lobby: !help and $help commands #184

Closed dusekj4 closed 1 year ago

dusekj4 commented 1 year ago

Issue

157

Test

  1. go to >>Library >> Commands
Jazcash commented 1 year ago

As for the general approach, I think this is the best we can do for now. Sending direct messages to bots and parsing the response obviously feels hacky, but there's not much else we can do about it unless server/SPADS provide a proper commend reference API. Parsing from their github docs is also an option, but I think I prefer this way for now because there's no guarantee their docs will be kept up to date.

I'm not sure the dropdown for filtering by name or description is necessary, because I don't think sorting by description adds much value.

No need to worry about styling stuff too much, what you've done looks fine for now. I'll probably be iterating on style/design over time anyways.

I have some ideas for improvement, but they're more like additional feature requests so I'll open them as new issues after this is merged.