pcparadise / discordbot

GNU General Public License v3.0
3 stars 5 forks source link

active-helper #9

Closed awsomearvinder closed 2 years ago

awsomearvinder commented 3 years ago

We need a way to keep track of who is active in the help channels.

This is a prime candidate for both being what gets the bot in the server and being the feature that we get the initial implementation of the database in.

The plan right now is to use an SQL database and keeping a file that generates the database, as well as a file that generates test data for that database.

awsomearvinder commented 3 years ago

20 is the issue concerning the database blocker.