Many slash commands with the same beginning
I want to make commands that start with the same name but have different sub-commands. Is this only possible via SlashCommandBuilder()? For my code structure is now
And with the same command names, obviously, it gives me Application command names must be unique, because I'm trying to specify the same name for several slash commands
And with the same command names, obviously, it gives me Application command names must be unique, because I'm trying to specify the same name for several slash commands
