Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MessageCreate ¶
func MessageCreate(session *discordgo.Session, msg *discordgo.MessageCreate)
func Start ¶
func Start(options *BotOptions)
Types ¶
type BotOptions ¶
type ChannelComm ¶
type ChannelComm struct {
// contains filtered or unexported fields
}
func NewChannelData ¶
func NewChannelData(defaultValue interface{}) *ChannelComm
func (*ChannelComm) Close ¶
func (comm *ChannelComm) Close()
func (*ChannelComm) Get ¶
func (comm *ChannelComm) Get(channelID string) interface{}
func (*ChannelComm) GetWillSet ¶
func (comm *ChannelComm) GetWillSet(channelID string) interface{}
func (*ChannelComm) Set ¶
func (comm *ChannelComm) Set(channelID string, data interface{})
Click to show internal directories.
Click to hide internal directories.