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