Class DontAutoRegisterAttribute
- Namespace
- Discord.Interactions
- Assembly
- Discord.Net.Interactions.dll
InteractionModuleBase<T>s with this attribute will not be registered by the RegisterCommandsGloballyAsync(bool) or RegisterCommandsToGuildAsync(ulong, bool) methods.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class DontAutoRegisterAttribute : Attribute
- Inheritance
-
DontAutoRegisterAttribute
- Inherited Members