Namespace Color_Chan.Discord.Commands.Attributes.ProvidedRequirements
Classes
GuildRateLimitAttribute
Specifies a rate limit for a interaction request or command group for the whole guild.
RequireBotPermissionAttribute
Requires the bot that requested the interaction to have a certain permissions.
RequireChannelAttribute
This attribute requires a interaction to be executed in a specific channel.
RequireDmAttribute
Requires the slash interaction to be executed in DMs.
RequireGuildAttribute
Requires the interaction to be executed in a guild.
RequireGuildOwnerAttribute
Requires the user that requested the interaction to be the owner of the guild.
RequireUserPermissionAttribute
Requires the user that requested the interaction to have a certain permissions.
UserRateLimitAttribute
Specifies a rate limit for a command or command group for a user.