Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiscordSession ¶
type DiscordSession interface { ChannelMessageSend(channelID, content string, options ...discordgo.RequestOption) (*discordgo.Message, error) Channel(channelID string, options ...discordgo.RequestOption) (*discordgo.Channel, error) User(userID string, options ...discordgo.RequestOption) (*discordgo.User, error) }
DiscordSession is an interface for interacting with Discord within a session message handler.
type RemoteHastebin ¶
type RemoteHastebin struct{}
RemoteHastebin implements Gist, and interacts with the Hastebin API.
func NewRemoteHastebin ¶
func NewRemoteHastebin() *RemoteHastebin
NewRemoteHastebin works as advertised.
Click to show internal directories.
Click to hide internal directories.