this may look complex but it basically means either
Optional
guild_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
Optional
allProtected
Readonly
clientProtected
eventProtected
Optional
guild_Optional
helpProtected
modulesProtected
validatedProtected
generateProtected
generateProtected
getProtected
hasProtected
runProtected
unionGenerate 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
Optional
style: 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