Constructor AllowedProcessorsAttribute
- Namespace
- DSharpPlus.Commands.Trees.Metadata
- Assembly
- DSharpPlus.Commands.dll
AllowedProcessorsAttribute(params Type[])
Specifies which processors are allowed to execute this command.
public AllowedProcessorsAttribute(params Type[] processors)
Parameters
processors
Type[]Types of processors that are allowed to execute this command.