Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an Auto Config system and have a default config file. #73

Closed
wants to merge 4 commits into from
Closed

Add an Auto Config system and have a default config file. #73

wants to merge 4 commits into from

Commits on Jan 14, 2021

  1. Created an auto-config system, added a config folder which contains t…

    …he config list and the default config files for the bot, modified constants.py to use the config files to store channel and role ids. Used collections.namedtuple for channel and role constants. Modified return statments in __init__.py. Synced the project to use modified constants.py
    Inheritanc-e committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    9e628ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d52222d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c13225a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d560dfc View commit details
    Browse the repository at this point in the history