Mentioning commands that have subcommands.
I have a question regarding how to properly mention commands that have subcommands in a bot.
For example, I have a
While I understand that this is a Discord-related issue, I am trying to implement this functionality in my bot. I have structured the commands in an array, with each command being an object.
However, when trying to mention the commands using the following code, it works for all commands except those that contain subcommands:
Could you provide any insights into how I might address this issue?
For example, I have a
/status command, with the subcommands /status bot and /status api.While I understand that this is a Discord-related issue, I am trying to implement this functionality in my bot. I have structured the commands in an array, with each command being an object.
However, when trying to mention the commands using the following code, it works for all commands except those that contain subcommands:
Could you provide any insights into how I might address this issue?