Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotifHandler ¶
NotifHandler objects will be used to notify channels
func NewNotifHandler ¶
func NewNotifHandler(Session *discordgo.Session) *NotifHandler
NewNotifHandler creates a new instance of Notifier
func (*NotifHandler) Notify ¶
func (n *NotifHandler) Notify(ChannelID string, message string)
Notify sends notifications to ChannelID with message
func (*NotifHandler) NotifyAll ¶
func (n *NotifHandler) NotifyAll(message string)
NotifyAll calls Notify for all channels in the database
Click to show internal directories.
Click to hide internal directories.