Property AllowDMUsage
- Namespace
 - DSharpPlus.Entities
 
- Assembly
 - DSharpPlus.dll
 
AllowDMUsage
Whether this command can be invoked in DMs.
[JsonProperty("dm_permission")]
public bool? AllowDMUsage { get; }
Property Value
- bool?
 
Whether this command can be invoked in DMs.
[JsonProperty("dm_permission")]
public bool? AllowDMUsage { get; }