You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I double checked the docs and couldn't find any useful information.
Verify Issue Source
I verified the issue was caused by Discord.Net.
Check your intents
I double checked that I have the required intents.
Description
Defining the EnabledInDm attribute at the highest level class still allows commands inside the module to be executed in DMs.
Version
3.13.1
Working Version
No response
Logs
N/A
Sample
[EnabledInDm(false)]publicclassPingModule:InteractionModuleBase<SocketInteractionContext>{[SlashCommand("ping","check if the bot is online")]publicasync Task PingAsync(){await RespondAsync("Pong!");}}
Packages
N/A
Environment
OS: Windows 11
Architecture: x64
SDK: .NET 8.0.200
The text was updated successfully, but these errors were encountered:
Check The Docs
Verify Issue Source
Check your intents
Description
Defining the
EnabledInDm
attribute at the highest level class still allows commands inside the module to be executed in DMs.Version
3.13.1
Working Version
No response
Logs
Sample
Packages
N/A
Environment
The text was updated successfully, but these errors were encountered: