Porting CustomHelpCommand from bot
#470
Labels
area: backend
Related to internal functionality and utilities
category: core
Related to core functionality
status: planning
Discussing details
type: feature
Relating to the functionality of the application.
Description
This proposes porting the
CustomHelpCommand
class from the server's Python Bot. This would mean either replacing the current implementation for SeasonalBot or extending it to fit the port.Reasoning
Most command groups often make use of
ctx.send_help
like.snake
or.cogs
which don't utilize the help embeds. A common pattern that's used for this instead is to usectx.invoke
the help command explicitly like.caesarcipher
. This would allow for the help responses for these command groups to be consistent with each other.Proposed Implementation
The port should hopefully be a one-to-one copy of the original implementation, moving helper functions and adding a few adjustments for SeasonalBot.
Would you like to implement this yourself?
The text was updated successfully, but these errors were encountered: