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.
- Host: GitHub
- URL: https://github.com/typical-developers/main-discord-bot
- Owner: typical-developers
- License: gpl-3.0
- Created: 2023-07-28T01:36:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-12T03:02:16.000Z (6 months ago)
- Last Synced: 2025-11-12T05:17:15.012Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 5.55 MB
- Stars: 2
- Watchers: 0
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)