Open-sourced code for the Typical Developers Discord bot, used in relating Typical Developers servers. There is no documentation except for inside of the code itself; this is for those who want to look at or use the bot's code and add new features to it. Feedback is very much appreciated!
Note
@typical-developers/api-types
is a private npm github package. This package is private since it would expose some of our internal api types, which we do not feel comfortable allowing others to have access to.
- Node 18 (LTS recommended)
- pnpm (
npm i -g pnpm
)
pnpm i
Refer to the .env-example
for environmental variables
pnpm run build
pnpm run deploy
All code for the bot is licensed under the GNU General Public License v3.0 license. Please refer to the LICENSE file for more information regarding rights and limitations.
TL;DR: You are allowed to do whatever with the code (modify, sell, redistribute, etc) as long as you allow others to do the same with yours.