Shorakie / mokuroku

A hassle-free, highly performant, host-it-yourself Discord anime watch-list bot
GNU General Public License v3.0
3 stars 0 forks source link

Config struct #11

Closed Shorakie closed 2 years ago

Shorakie commented 2 years ago

Config struct fields

field corresponding env default
discord_token DISCORD_TOKEN
discord_prefix COMMAND_PREFIX mr~
mongo_uri MONGODB_URI
mongo_database MONGODB_DATABASE mokuroku
start_time UTC::now

methods

from_env() -> Result<Config>

closes

Fixes #3