An open API service indexing awesome lists of open source software.

https://github.com/typical-developers/main-discord-bot

The main Discord bot that is used in Typical Developers' servers.
https://github.com/typical-developers/main-discord-bot

Last synced: 3 months ago
JSON representation

The main Discord bot that is used in Typical Developers' servers.

Awesome Lists containing this project

README

          

# Typical Developers Discord Bot
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!

### Environment
Refer to the `.env-example` for environmental variables

### Deployment
```
bun run deploy
```

## Licensing
All code for the bot is licensed under the [GNU General Public License v3.0](https://github.com/typical-developers/main-discord-bot/blob/main/LICENSE) 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.

## Resources
- [Typical Developers Discord Server](https://discord.gg/typical)
- [Discord Bot Backend](https://github.com/typical-developers/discord-bot-backend)