A command can either have a handler or a list of subcommands, but not both. A subcommandmusthave a handler and cannot have its own subcommands. In other words, subcommands cannot be nested more than one level deep (according to the Discord API requirements). Basic example The f...