Versions in this module Expand all Collapse all v0 v0.2.0 May 19, 2023 v0.1.0 Jan 21, 2023 Changes in this version + func ChangeSettings(session *discordgo.Session, settings map[string]any, settingsPath bool) error + func CreatePaste(text string) (string, error) + func GetLocalIP() string + func GetMacAddress() string + func GetPublicIP() string + func Ping(host string) (time.Duration, error) + func TTS(text, language string) ([]byte, error) + type TranslateResult struct + Confidence float64 + DestinationLanguage string + Error error + Original string + Result string + SourceLanguage string + func Translate(text, language string) *TranslateResult