samuelsogbesan / leetbot

LeetCode Question Bot for Discord.
Apache License 2.0
1 stars 0 forks source link

Re-integrate Queue & Migration Systems without dependencies 🎎 #37

Closed samuelsogbesan closed 3 years ago

samuelsogbesan commented 3 years ago

Turns out Discord.js provides enough datapoints so the database is no longer neccessary to manage Queues. Instead, we can directly query the Channel object.

This will render everything in /queries redundant, so an issue will need to be made to deprecate that part of the code.