Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MentionsCommand ¶
type MentionsCommand struct {
// contains filtered or unexported fields
}
MentionsCommand handles the /mentions command.
func NewMentionsCommand ¶
func NewMentionsCommand(log *logrus.Logger, bot common.BotContext) *MentionsCommand
NewMentionsCommand creates a new MentionsCommand.
func (*MentionsCommand) Handle ¶
func (c *MentionsCommand) Handle(s *discordgo.Session, i *discordgo.InteractionCreate)
Handle handles the /mentions command.
func (*MentionsCommand) Name ¶
func (c *MentionsCommand) Name() string
Name returns the name of the command.
Click to show internal directories.
Click to hide internal directories.