Gregor7008 / Butler-George

Why another bot, if you only need one? Everything you need, right here: Moderation, Administration, Configuration...
Other
3 stars 0 forks source link

Switching from Login credentials to License keys #58

Closed Gregor7008 closed 1 year ago

Gregor7008 commented 1 year ago

This will simplify the GUI and lower the error rate in the database connecting and Discord API login process.

  1. Remove all unused GUI text fields
  2. Rework the startup process by making it modular so the database connection starts when the id of the bot is known (Necessary for DB-Login)
  3. Implement all connection details for the database connection in hard code and a config file which is excluded from GitHub uploads
  4. Implement a method to check for the correct license key within the bots database, if the database for the bots id even exists
Gregor7008 commented 1 year ago

Implemented, but not yet tested.