DreamExposure / DisCal-Discord-Bot

DisCal is a Discord Bot that links up to a Google Calendar to create, delete, edit, and announce events and more!
GNU General Public License v3.0
112 stars 44 forks source link

Refactor security micro-service (CAM) #159

Closed NovaFox161 closed 1 year ago

NovaFox161 commented 1 year ago

Removed usages of the DbManager from the CAM module. With that goal in mind, I also went to refactor the entire module to kotlin coroutines. Now that there is a module following the proper patterns, I can more easily find ways to migrate off of the legacy patterns.