Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Version = "canary"
)
Functions ¶
This section is empty.
Types ¶
type Bot ¶
type Config ¶
type Config struct { Core struct { Token string MaxThreads int } Disc struct { GuildID snowflake.ID DevChannel snowflake.ID } Roles struct { RoleChannel snowflake.ID VARole snowflake.ID } Webhook struct { Enabled bool ID snowflake.ID Token string } Log struct { Level string Dir string ExpireTime string } FuzzNet struct { Domain string APIKey string } }
func LoadConfig ¶
Click to show internal directories.
Click to hide internal directories.