Code2Gether-Discord / Code2Gether-Discord-Bot

A Discord bot for the Code2Gether server
3 stars 1 forks source link

New project, join project, list project commands #19

Closed nickmartin1ee7 closed 3 years ago

nickmartin1ee7 commented 3 years ago

Added the following commands:

Database is currently an in-memory concurrent dictionary. An actual database is pending implementation. This will be tracked with a subsequent user story detailing "project storage must persist across bot server restarts". The commit history for this branch is large as is. Perhaps @DonSagiv would be interested in it's implementation.

Minor refactoring as well.