Miunie
Miunie copied to clipboard
💜 - Help Command
Summary
It would be very nice and convenient to have a @Miunie help
command that would list all of the commands we've got.
Interested? 😊
If you'd like to help us by solving this issue, just say so in the comments. ❤️ And don't shy away from asking any kind of question you might have.
Should you have any questions at all, feel free to contact either me (@petrspelos) or @DraxCodes on our Discord server:
And of course, thank you so much for contributing! 🎉 It's because of amazing people like yourself that Miunie exists.
I can tackle this. I think all that would be needed is:
- Create
HelpService
, which would handle displaying and searching for basic information about a command or to view all of the commands Miunie has.
Likewise, it would modify PhraseKey
and Strings.resx
(maybe EmbedConstructor
) for language safe responses.
Instead of making it a service, ideally just make it a Discord layer only thing. (Miunie.Discord
)
It doesn't really fit as a service in Core as it's very specific to Discord only.
:smile:
Reopened by revert 8f6a090796156dc4b0308d5a075b640beee5c957.
@AbnerSquared What is the current status of this?
I've been overhauling the Paginator
class to incorporate more methods, as well as including warning notices for stuff like 'This requires an administrator to execute.' and such. It should be finished up soon, I'm just currently wrapping up and cleaning up some extra classes.
Overall, it's to make the Help command embed much easier to display.