this may look complex but it basically means either
Optionalguild_ids: string[]Specify guild_ids to enable guild-specific commands
{ mention: true }
or
{ prefixes: ["!", ...] }
The prefixes can be anything as long as it is not empty string array
Protected OptionalallProtected ReadonlyclientProtectedeventProtected Optionalguild_OptionalhelpProtectedmodulesProtectedvalidatedProtectedgenerateProtectedgenerateProtectedgetProtectedhasProtectedrunProtectedunionGenerate Cog that contains Help Command
Should be called after all cogs are added and before commands validation.
Make sure to NOT name any cog Help or any command help
Optionalstyle: EmbedStyleNo multiple Cogs or commands should have same name,
and Cog.commands key and value must be the same command name
This function will ensure that and should be called after all cogs are added
Note: It is recommended to use checkLogin() instead for simplicity
You know what this is