tbackus127 / RathBot

A Discord bot for osu!-related channels.
MIT License
2 stars 1 forks source link

Migrate guild ID, report channel ID, and other test-specific variables to a config file #19

Closed tbackus127 closed 6 years ago

tbackus127 commented 6 years ago

Config file format:

key:value
key:value
...

They should be accessible through a map from key -> value.

tbackus127 commented 6 years ago

Done