Class RegisterToGuildsAttribute
- Namespace
- DSharpPlus.Commands
- Assembly
- DSharpPlus.Commands.dll
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method|AttributeTargets.Delegate)]
public class RegisterToGuildsAttribute : Attribute
- Inheritance
-
RegisterToGuildsAttribute
Constructors
- RegisterToGuildsAttribute(params ulong[])
Creates a new instance of the RegisterToGuildsAttribute class.
Properties
- GuildIds
The guild ids to register this command to.