When running bot i get error
In 10: Application command names must be unique```
I know for SURE that the command name is unique. i thaught it might be that the maxiumum amount of debug server commands might have been reached so i set it to `None` but it still has the same error. heres the command were tring to add in its most simple form ```py
@BaseCog.cslash_command(
description="Set up a voice role",
guild_ids=servers
)
async def vcrole(
self,
ctx: ApplicationContext
):
await ctx.respond(f"e")