Skip to content

Conversation

@TheCurle
Copy link
Member

The current help command is in dire need of attention.
Primarily, it operates by sending a DM to the user that asked for help.

That is poor user interface in general, but it does it by just dumping a wall of text that is very hard to parse.

This PR changes the help system greatly, using an almost identical system to the existing pagination that i created for quotes.
It replies to the help request in the same channel, using an embed that looks not dissimilar from the following:
image

The scroll button at the bottom is only added if there are enough commands to warrant it, as seen here with the bot i was using to test this new feature:
image

There is the disadvantage of removing the command categorization, but as per my discussion with @ProxyNeko, this doesn't seem to be such a disadvantage due to the poor state of the categorization system anyway.

Regardless, this could be easily refactored in the future to reincorporate it.

From some mild testing, this feature seems to be just about as stable as the quote list command is is based on, so there shouldn't be many issues stemming from this.

Thanks.

@jriwanek jriwanek merged commit dc702a1 into MinecraftModDevelopment:3.0 Oct 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants