Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version string Build string )
View Source
var ( // BotPrefix is the prefix used for bot commands. BotPrefix = "!" // BotGuild is the ID of the guild the bot is running on. BotGuild = "936651575684915201" // HampAPI is the URL to the hamp API. HampAPI = "https://api.hamp.sh" HampAPIHost = "api.hamp.sh" VerifiedRoleId = "1020858770659745844" StaffFacultyRoleId = "1183920480361648228" )
View Source
var ( GroupUtil = "Util" GroupFun = "Fun" GroupInfo = "Info" GroupMod = "Moderation" GroupStudentLife = "Student Life" )
View Source
var Statuses = []discordgo.Activity{ { Name: "with frogs", Type: discordgo.ActivityTypeGame, }, { Name: fmt.Sprintf("PVTA Simulator %d", time.Now().Year()), Type: discordgo.ActivityTypeGame, }, { Name: "Stray", Type: discordgo.ActivityTypeGame, }, { Name: "the Dakin fire alarm", Type: discordgo.ActivityTypeListening, }, { Name: "at the Roos-Rhode house", Type: discordgo.ActivityTypeGame, }, }
Functions ¶
func DecodePolyline ¶
Types ¶
type LoggedMessages ¶
var MessageLog LoggedMessages = make(LoggedMessages)
Click to show internal directories.
Click to hide internal directories.