Accidentaly registered duplicate context menu commands
While i was making a context menu command and registered it for the first time, i realised to add a space, but when i added a space to the command name, a duplicate has registered, and now i'm left with duplicates and i don't know how to get rid of the duplicate (I know the ids of both commands though.)
PLEASE HELPPPP
Solution
- Use the discordjs methods to deregister it - Or use bulkoverwrite - Or use https://slash-commands-gui.androz2091.fr/ to deregister it - And if you dont use bulk overwrite then configure idHints to avoid this problem in the future - And read the guide in general