Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PingCommand ¶
type PingCommand struct{}
func (*PingCommand) Action ¶
func (c *PingCommand) Action(m *discordgo.MessageCreate, args []string, creator *messages.MessageCreator) error
func (PingCommand) Check ¶
func (PingCommand) Check(command string) bool
func (PingCommand) GetHelpPageEntry ¶
func (c PingCommand) GetHelpPageEntry() commands.HelpPageEntry
func (PingCommand) ShouldRemoveOriginal ¶
func (c PingCommand) ShouldRemoveOriginal() bool
type PingModule ¶
type PingModule struct { }
func (PingModule) GetName ¶
func (m PingModule) GetName() string
Click to show internal directories.
Click to hide internal directories.