Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Lang map[string]Strings
)
Functions ¶
func VerifyGuild ¶
You should call voices.Verify before running this!
Types ¶
type Config ¶
type Config struct { Debug bool Replace struct { Before map[string]string `yaml:",flow"` After map[string]string `yaml:",flow"` } Help string Discord struct { Token string Status string Retry int } Db struct { Kind string Path string } Voices struct { Retry int Watson struct { Enabled bool Token string Api string } Gtts struct { Enabled bool } Gcp struct { Enabled bool Token string } Azure struct { Enabled bool Key string Region string } VoiceText struct { Enabled bool Token string } Voicevox struct { Enabled bool Api string } Coeiroink struct { Enabled bool Api string } AquestalkProxy struct { Enabled bool Api string } } Guild Guild User User }
var CurrentConfig Config
Click to show internal directories.
Click to hide internal directories.