Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigDB *sql.DB
View Source
var MediaDB *sql.DB
View Source
var MediaDBPath = "./media.db"
MediaDBPath is a database generated from genMusicSQLiteDB
Functions ¶
Types ¶
type Config ¶
type Config struct {
Volume float32 // Volume level for audio playback
Prefix string // Prefix for commands in channel chat
Channel string // Channel the bot is occupying or last occupied
Hostname string // Hostname of connected server
MaxLines int // Most lines you want to output to the screen before more/less
}
Click to show internal directories.
Click to hide internal directories.