Namespace BotManager.Discord.Models
Classes
- DiscordEmbed
Returns a Discord embed message object. Embeds are formatted messages with title, description, a preview image, author and footer. This can be used in DiscordSend and DiscordRespond.
- DiscordSlashCommand
Defines the action for a Discord slash command. A slash command can be global or set to a specific guild.
Structs
- DiscordIdentifier
Identifies a guild, channel or user either by name or id.
- DiscordSlashCommandOption
Defines a option for a DiscordSlashCommand.