Tanner Goins
Tanner Goins
TypeORM is currently too buggy, so I don't deem it to be production-ready in its current state. [Prisma](https://github.com/prisma/prisma) looks very promising and stable. This will be a breaking change, since...
For the senior project, I can see us needing a server to test our bot on if we work together on campus. I can set up the bot on a...
Use discord.ts as the bot/command framework instead of discord.js and discord.js-commando. Most features from discord.js are a 1:1 map to discord.ts. The commands may be the only thing that require...
Mocha and Chai are currently used for our test suite, but they rely on global variables, which are frowned upon. Use Jest to resolve this issue. This may require a...
The main README file lists a lot of features the bot will have. Not all of those features are implemented. Create a checklist (see the README in the `chef` directory...
The API is meant to be a standalone application in the sense that no other application or package should know of its existence. If any package references code from the...