GearCheer / ZoomersGonnaZoom

A discord bot to identify the make of cars. Written in Rust.
GNU General Public License v3.0
0 stars 0 forks source link

Create a config.json file to store configuration #8

Open GearCheer opened 1 year ago

GearCheer commented 1 year ago

Right now, our only configuration is coming through as an environment variable. To make it easier, we should have a config.json store the token at least, since this is the standard.

Later on, we can also add other configurations to affect how the bot behaves. See ticket #7 for some starting configurations.