Documentation
¶
Index ¶
- type KickCommand
- func (c *KickCommand) Description() string
- func (c *KickCommand) Name() string
- func (c *KickCommand) Options() []*discordgo.ApplicationCommandOption
- func (c *KickCommand) RequiresRole() string
- func (c *KickCommand) Run(ctx *ken.Ctx) (err error)
- func (c *KickCommand) Type() discordgo.ApplicationCommandType
- func (c *KickCommand) Version() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KickCommand ¶
type KickCommand struct{}
func (*KickCommand) Description ¶
func (c *KickCommand) Description() string
func (*KickCommand) Name ¶
func (c *KickCommand) Name() string
func (*KickCommand) Options ¶
func (c *KickCommand) Options() []*discordgo.ApplicationCommandOption
func (*KickCommand) RequiresRole ¶
func (c *KickCommand) RequiresRole() string
func (*KickCommand) Type ¶
func (c *KickCommand) Type() discordgo.ApplicationCommandType
func (*KickCommand) Version ¶
func (c *KickCommand) Version() string
Click to show internal directories.
Click to hide internal directories.