bolt/README.md

6 lines
362 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
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.