package
0.0.0-20220314160706-fab16b28a978
Repository: https://github.com/adayoung/ada-bot.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
CloseDiscordSession closes Discord Gateway websocket, to be used on exit.
InitDiscordSession creates a new Discord session using the provided login information.
JoinVoice makes the bot join a voice channel with the supplied ID.
LeaveVoice makes the bot leave the voice channel.
PostMessage queues a message for posting via Discord API, takes channelID and message.
# Variables
BotID is set by InitDiscordSession for subsequent use in reactions dispatcher.