Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { DiscordToken string `koanf:"discord.token" description:"discord bot token from the discord developer website"` DiscordChannel string `koanf:"discord.channel" description:"channel id that the bot works on"` DiscordChannelSnowflake discord.ChannelID `koanf:"-"` EconAddress string `koanf:"econ.address" description:"ip:port"` EconPassword string `koanf:"econ.password" description:"econ server password"` }
Click to show internal directories.
Click to hide internal directories.