Documentation
¶
Index ¶
- func AppCommandPermissionsCommand() *cli.Command
- func AppCommandsCommand() *cli.Command
- func ApplicationsCommands() *cli.Command
- func AutoModCommand() *cli.Command
- func AutoModCreateCommand() *cli.Command
- func AutoModDeleteCommand() *cli.Command
- func AutoModEditCommand() *cli.Command
- func AutoModGetCommand() *cli.Command
- func AutoModListCommand() *cli.Command
- func AutoModRootCommand() *cli.Command
- func BotCommand() *cli.Command
- func BulkOverwriteAppCmdCommand() *cli.Command
- func ChannelMessagesBulkDeleteCommand() *cli.Command
- func ChannelMessagesDeleteCommand() *cli.Command
- func ChannelMessagesEditCommand() *cli.Command
- func ChannelMessagesGetCommand() *cli.Command
- func ChannelMessagesListCommand() *cli.Command
- func ChannelMessagesSendCommand() *cli.Command
- func ChannelWebhooksCreateCommand() *cli.Command
- func ChannelWebhooksDeleteCommand() *cli.Command
- func ChannelWebhooksEditCommand() *cli.Command
- func ChannelWebhooksGetCommand() *cli.Command
- func ChannelWebhooksListCommand() *cli.Command
- func ChannelsCommand() *cli.Command
- func ChannelsCreateCommand() *cli.Command
- func ChannelsDeleteCommand() *cli.Command
- func ChannelsEditCommand() *cli.Command
- func ChannelsGetCommand() *cli.Command
- func ChannelsListCommand() *cli.Command
- func ChannelsMessagesCommand() *cli.Command
- func ChannelsRootCommand() *cli.Command
- func ChannelsWebhooksCommand() *cli.Command
- func CompletionCommand() *cli.Command
- func ConfigCommands() *cli.Command
- func ConfigValidateCommand() *cli.Command
- func CreateAppCmdCommand() *cli.Command
- func CreateInviteCommand() *cli.Command
- func DeleteAllAppCmdCommand() *cli.Command
- func DeleteInviteCommand() *cli.Command
- func DescribeAppCmdCommand() *cli.Command
- func DescribeGuildCommand() *cli.Command
- func EditAppCmdCommand() *cli.Command
- func EditGuildCommand() *cli.Command
- func EmojiCommand() *cli.Command
- func EmojiCreateCommand() *cli.Command
- func EmojiDeleteCommand() *cli.Command
- func EmojiEditCommand() *cli.Command
- func EmojiGetCommand() *cli.Command
- func EmojiListCommand() *cli.Command
- func EmojiRootCommand() *cli.Command
- func EventsCommand() *cli.Command
- func EventsCreateCommand() *cli.Command
- func EventsDeleteCommand() *cli.Command
- func EventsEditCommand() *cli.Command
- func EventsEndCommand() *cli.Command
- func EventsGetCommand() *cli.Command
- func EventsListCommand() *cli.Command
- func EventsRootCommand() *cli.Command
- func EventsStartCommand() *cli.Command
- func EventsUsersCommand() *cli.Command
- func GetCommandPermissionsCommand() *cli.Command
- func GuildChannelsCommand() *cli.Command
- func GuildInvitesCommand() *cli.Command
- func GuildListCommand() *cli.Command
- func GuildMembersCommand() *cli.Command
- func GuildRolesCommand() *cli.Command
- func GuildsCommand() *cli.Command
- func InvitesCommand() *cli.Command
- func InvitesGetCommand() *cli.Command
- func InvitesRootCommand() *cli.Command
- func LeaveGuildCommand() *cli.Command
- func ListAppCommandsCommand() *cli.Command
- func ListInvitesCommand() *cli.Command
- func MembersAddRoleCommand() *cli.Command
- func MembersBanCommand() *cli.Command
- func MembersCommand() *cli.Command
- func MembersGetCommand() *cli.Command
- func MembersKickCommand() *cli.Command
- func MembersListCommand() *cli.Command
- func MembersNickCommand() *cli.Command
- func MembersRemoveRoleCommand() *cli.Command
- func MembersRootCommand() *cli.Command
- func MembersTimeoutCommand() *cli.Command
- func MembersUnbanCommand() *cli.Command
- func MembersUntimeoutCommand() *cli.Command
- func MessagesCommand() *cli.Command
- func MessagesDeleteCommand() *cli.Command
- func MessagesEditCommand() *cli.Command
- func MessagesGetCommand() *cli.Command
- func MessagesListenCommand() *cli.Command
- func MessagesReactionsCommand() *cli.Command
- func MessagesRootCommand() *cli.Command
- func MessagesSendCommand() *cli.Command
- func MessagesValidateEmbedCommand() *cli.Command
- func ReactionsAddCommand() *cli.Command
- func ReactionsListCommand() *cli.Command
- func ReactionsRemoveCommand() *cli.Command
- func RemoveAppCmdCommand() *cli.Command
- func RolesAssignCommand() *cli.Command
- func RolesCommand() *cli.Command
- func RolesCreateCommand() *cli.Command
- func RolesDeleteCommand() *cli.Command
- func RolesEditCommand() *cli.Command
- func RolesGetCommand() *cli.Command
- func RolesListCommand() *cli.Command
- func RolesRemoveCommand() *cli.Command
- func RolesRootCommand() *cli.Command
- func SetCommandPermissionsCommand() *cli.Command
- func StickersCommand() *cli.Command
- func StickersCreateCommand() *cli.Command
- func StickersDeleteCommand() *cli.Command
- func StickersEditCommand() *cli.Command
- func StickersGetCommand() *cli.Command
- func StickersListCommand() *cli.Command
- func StickersRootCommand() *cli.Command
- func UsersCommand() *cli.Command
- func UsersConnectionsCommand() *cli.Command
- func UsersGetCommand() *cli.Command
- func UsersGuildsCommand() *cli.Command
- func UsersRootCommand() *cli.Command
- func VoiceCommand() *cli.Command
- func VoiceJoinCommand() *cli.Command
- func VoiceLeaveCommand() *cli.Command
- func VoicePlayCommand() *cli.Command
- func VoiceRecordCommand() *cli.Command
- func VoiceRegionsCommand() *cli.Command
- func VoiceRegionsRootCommand() *cli.Command
- func VoiceRootCommand() *cli.Command
- func WebhooksCommand() *cli.Command
- func WebhooksCreateCommand() *cli.Command
- func WebhooksDeleteCommand() *cli.Command
- func WebhooksEditCommand() *cli.Command
- func WebhooksExecuteCommand() *cli.Command
- func WebhooksGetCommand() *cli.Command
- func WebhooksListCommand() *cli.Command
- func WebhooksRootCommand() *cli.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppCommandsCommand ¶
func ApplicationsCommands ¶
func AutoModCommand ¶
func AutoModCreateCommand ¶
AutoModCreateCommand creates a new auto-moderation rule
func AutoModDeleteCommand ¶
AutoModDeleteCommand deletes an auto-moderation rule
func AutoModEditCommand ¶
AutoModEditCommand edits an auto-moderation rule
func AutoModGetCommand ¶
AutoModGetCommand gets auto-moderation rule details
func AutoModListCommand ¶
AutoModListCommand lists auto-moderation rules in a guild
func AutoModRootCommand ¶
func BotCommand ¶
func ChannelMessagesBulkDeleteCommand ¶
ChannelMessagesBulkDeleteCommand bulk deletes messages
func ChannelMessagesDeleteCommand ¶
ChannelMessagesDeleteCommand deletes a message
func ChannelMessagesEditCommand ¶
ChannelMessagesEditCommand edits a message
func ChannelMessagesGetCommand ¶
ChannelMessagesGetCommand gets a specific message
func ChannelMessagesListCommand ¶
ChannelMessagesListCommand lists messages in a channel
func ChannelMessagesSendCommand ¶
ChannelMessagesSendCommand sends a message to a channel
func ChannelWebhooksCreateCommand ¶
ChannelWebhooksCreateCommand creates a webhook
func ChannelWebhooksDeleteCommand ¶
ChannelWebhooksDeleteCommand deletes a webhook
func ChannelWebhooksEditCommand ¶
ChannelWebhooksEditCommand edits a webhook
func ChannelWebhooksGetCommand ¶
ChannelWebhooksGetCommand gets a specific webhook
func ChannelWebhooksListCommand ¶
ChannelWebhooksListCommand lists webhooks in a channel
func ChannelsCommand ¶
func ChannelsCreateCommand ¶
func ChannelsDeleteCommand ¶
ChannelsDeleteCommand deletes a channel
func ChannelsEditCommand ¶
ChannelsEditCommand edits a channel
func ChannelsGetCommand ¶
func ChannelsListCommand ¶
func ChannelsMessagesCommand ¶
ChannelsMessagesCommand manages channel messages
func ChannelsRootCommand ¶
func ChannelsWebhooksCommand ¶
ChannelsWebhooksCommand manages channel webhooks
func CompletionCommand ¶
func ConfigCommands ¶
func ConfigValidateCommand ¶
func CreateAppCmdCommand ¶
func CreateInviteCommand ¶
CreateInviteCommand creates a new invite
func DeleteAllAppCmdCommand ¶
func DeleteInviteCommand ¶
DeleteInviteCommand deletes an invite
func DescribeAppCmdCommand ¶
func DescribeGuildCommand ¶
func EditAppCmdCommand ¶
func EditGuildCommand ¶
func EmojiCommand ¶
func EmojiCreateCommand ¶
EmojiCreateCommand creates a new emoji
func EmojiDeleteCommand ¶
EmojiDeleteCommand deletes an emoji
func EmojiListCommand ¶
EmojiListCommand lists all emojis in a guild
func EmojiRootCommand ¶
func EventsCommand ¶
func EventsCreateCommand ¶
EventsCreateCommand creates a new scheduled event
func EventsDeleteCommand ¶
EventsDeleteCommand deletes an event
func EventsEndCommand ¶
EventsEndCommand ends a scheduled event
func EventsListCommand ¶
EventsListCommand lists scheduled events in a guild
func EventsRootCommand ¶
func EventsStartCommand ¶
EventsStartCommand starts a scheduled event
func EventsUsersCommand ¶
EventsUsersCommand lists users subscribed to an event
func GuildChannelsCommand ¶
GuildChannelsCommand manages guild channels
func GuildInvitesCommand ¶
GuildInvitesCommand manages guild invites
func GuildListCommand ¶
func GuildMembersCommand ¶
GuildMembersCommand manages guild members
func GuildRolesCommand ¶
GuildRolesCommand manages guild roles
func GuildsCommand ¶
func InvitesCommand ¶
func InvitesGetCommand ¶
InvitesGetCommand gets invite details
func InvitesRootCommand ¶
func LeaveGuildCommand ¶
func ListAppCommandsCommand ¶
func MembersAddRoleCommand ¶
func MembersBanCommand ¶
func MembersCommand ¶
func MembersGetCommand ¶
func MembersKickCommand ¶
func MembersListCommand ¶
func MembersNickCommand ¶
func MembersRootCommand ¶
func MembersTimeoutCommand ¶
func MembersUnbanCommand ¶
func MembersUntimeoutCommand ¶
func MessagesCommand ¶
func MessagesDeleteCommand ¶
MessagesDeleteCommand deletes a message
func MessagesEditCommand ¶
func MessagesGetCommand ¶
func MessagesListenCommand ¶
func MessagesReactionsCommand ¶
MessagesReactionsCommand manages message reactions
func MessagesRootCommand ¶
func MessagesSendCommand ¶
func MessagesValidateEmbedCommand ¶ added in v1.1.0
MessagesValidateEmbedCommand validates embed JSON
func ReactionsAddCommand ¶
ReactionsAddCommand adds a reaction to a message
func ReactionsListCommand ¶
ReactionsListCommand lists reactions on a message
func ReactionsRemoveCommand ¶
ReactionsRemoveCommand removes a reaction from a message
func RemoveAppCmdCommand ¶
func RolesAssignCommand ¶
RolesAssignCommand assigns a role to a user
func RolesCommand ¶
func RolesCreateCommand ¶
func RolesEditCommand ¶
RolesEditCommand edits an existing role
func RolesGetCommand ¶
func RolesListCommand ¶
func RolesRemoveCommand ¶
RolesRemoveCommand removes a role from a user
func RolesRootCommand ¶
func StickersCommand ¶
func StickersCreateCommand ¶
StickersCreateCommand creates a new sticker
func StickersDeleteCommand ¶
StickersDeleteCommand deletes a sticker
func StickersEditCommand ¶
StickersEditCommand edits a sticker
func StickersGetCommand ¶
StickersGetCommand gets sticker details
func StickersListCommand ¶
StickersListCommand lists all stickers in a guild
func StickersRootCommand ¶
func UsersCommand ¶
func UsersConnectionsCommand ¶
func UsersGetCommand ¶
func UsersGuildsCommand ¶
func UsersRootCommand ¶
func VoiceCommand ¶
VoiceCommand returns the main voice command group
func VoiceLeaveCommand ¶
VoiceLeaveCommand leaves a voice channel
func VoicePlayCommand ¶
VoicePlayCommand plays an audio file in a voice channel
func VoiceRecordCommand ¶
VoiceRecordCommand records audio from a voice channel
func VoiceRegionsCommand ¶
VoiceRegionsCommand lists available voice regions
func VoiceRegionsRootCommand ¶
VoiceRegionsRootCommand returns the voice regions command
func VoiceRootCommand ¶
VoiceRootCommand returns the voice command group
func WebhooksCommand ¶
func WebhooksCreateCommand ¶
WebhooksCreateCommand creates a webhook
func WebhooksDeleteCommand ¶
WebhooksDeleteCommand deletes a webhook
func WebhooksEditCommand ¶
WebhooksEditCommand edits a webhook
func WebhooksExecuteCommand ¶
WebhooksExecuteCommand executes a webhook
func WebhooksGetCommand ¶
WebhooksGetCommand gets webhook details
func WebhooksListCommand ¶
func WebhooksRootCommand ¶
Types ¶
This section is empty.