Skip to content

load discord_token at runtime

squimmy requested to merge load-token-at-runtime into master

token is only needed at startup so it doesn't really need to live with the rest of the config stuff.

Is it considered bad practice to import functions directly rather than importing just the namespace and calling them as, for example, std::fs::read_to_string()????

Merge request reports