bolt/README.md

9 lines
541 B
Markdown
Raw Normal View History

2025-06-04 19:06:53 +00:00
# bolt
2025-06-04 16:00:53 -04:00
Base Discord bot framework
## Introduction
2025-06-04 16:01:53 -04:00
bolt is a wrapper for Discordgo to provide very quick and easy setup for simple Discord bots. The only code required to run bolt is the command handler functions, this provides developers with the ability to have text-based commands on a Discord server without all the bootstrapping and setup usually required.
## Development
bolt is in heavy development at the moment and may break occasionally before a v1 release, it is currently in a testing phase and should not be used until tagged.