slash command DM
Node v18.18.0Discord.js v14.15.2Not yet resolved
At the Discord.js tutorial for DM Permissions we are told:By default, globally-deployed commands are also available for use in DMs. You can use SlashCommandBuilder#setDMPermission() to disable this behaviour.
I have followed the guide so far, including the portion regarding global slash commands.
I think my code is correct for both my global command builder call, and my command However, I'm unable to command my bot through the DMs.
Any help would be greatly appreciated.