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