For some reason, when I try to deploy slash commands for my server using an empty array to remove them, my console shows that the commands have been reloaded. My bot is not removing the commands from the server, despite providing an empty array and being shown confirmation.
Here is my deployment file - https://sourceb.in/ZjKa7Rn6rj
When I supply the array of slash commands which is called commands in my code, console shows that the cmds updated, but they are not even changed no matter if I try to remove them or redeploy them in my server. I'm not sure if this has to do with REST or something with the Discord API so I thought to ask here first since I use @discordjs/rest. If this ends up having nothing to do with discord.js, I apologize and I'll ask in the ddevs server instead.
I would post a stack trace, but there is no error since my commands array logs perfectly fine.