rex8112 / HeliosBot

Bot tailored towards a specific server
MIT License
0 stars 0 forks source link

Convert settings handling from dict to class Settings #6

Closed rex8112 closed 2 years ago

rex8112 commented 2 years ago

This will allow a setting to be referenced as self.settings.topic_category instead of self.settings['topic_category'] or any other variation.

rex8112 commented 2 years ago

I will test if operable later tonight when I get home.