@vladdy Bug Report: Code: https://v.gd/Ftwkcz Problem: Help command not being registered Expected outcome: When help command is registered like all other commands it is shown in discord like the other commands and is functional Actual outcome: When help command is registered like all other commands it does not show in discord and cannot be used. Sapphire logs this when using "Debug" logger level:
[DEBUG] ApplicationCommandRegistry[help] Preparing to process 0 possible command registrations / updates...
[DEBUG] ApplicationCommandRegistry[help] Preparing to process 0 possible command registrations / updates...
. Compared to other commands returning this:
[DEBUG] ApplicationCommandRegistry[clear] Preparing to process 1 possible command registrations / updates...[DEBUG] ApplicationCommandRegistry[clear] Checking if guild chat input command "clear" is identical to command "923769774448738335"[DEBUG] ApplicationCommandRegistry[clear] Registering id "923769774448738335" to internal chat input map[DEBUG] ApplicationCommandRegistry[clear] Took 0ms to process differences[DEBUG] ApplicationCommandRegistry[clear] Command "clear" is identical to command "clear" (923769774448738335)
[DEBUG] ApplicationCommandRegistry[clear] Preparing to process 1 possible command registrations / updates...[DEBUG] ApplicationCommandRegistry[clear] Checking if guild chat input command "clear" is identical to command "923769774448738335"[DEBUG] ApplicationCommandRegistry[clear] Registering id "923769774448738335" to internal chat input map[DEBUG] ApplicationCommandRegistry[clear] Took 0ms to process differences[DEBUG] ApplicationCommandRegistry[clear] Command "clear" is identical to command "clear" (923769774448738335)
This command was working though after about a week for some reason the command got removed from the server (it's a guild command) (wasnt removed by any users (im the only user) and not the bot) now I cant register it Code is linked above, let me know if you need anything else