https://github.com/blitz-js/discord-bot
The bot used on the Blitz Community discord server
https://github.com/blitz-js/discord-bot
Last synced: 7 months ago
JSON representation
The bot used on the Blitz Community discord server
- Host: GitHub
- URL: https://github.com/blitz-js/discord-bot
- Owner: blitz-js
- License: mit
- Created: 2021-02-25T19:26:52.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-26T20:29:16.000Z (over 4 years ago)
- Last Synced: 2025-06-10T06:38:36.251Z (7 months ago)
- Language: TypeScript
- Size: 1.16 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README

# Blitz Community Bot
_A utility bot built for the [Blitz Community Discord Server](https://discord.gg/blitzjs)._
# Contributing
See the [documentation](https://cookiecord.js.org/) for the framework we use.
We also have a docker-compose.yml for development, along with a .env.example.
**This adds a fancy help channel system where users can claim a channel until their issue is resolved.** Once resolved, that help channel goes dormant until it get's cycled back into the open channels. Make sure you truly need this as it will likely inconvenience your members rather than benefit them. We used a static channel system (like #help-1 and #help-2) until we started to see issues arising (many questions being asked on top of eachother without answers).
## Thanks!
- [ronthecookie](https://github.com/ronthecookie) for writing the base for the bot and the amazing [framework](https://github.com/cookiecord/cookiecord) used!
- [Typescript Discord](https://github.com/typescript-community/community-bot) bot which we forked as the basis of this.