init commit

This commit is contained in:
2025-06-04 16:00:53 -04:00
parent a172762edc
commit e36e178f45
5 changed files with 217 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
# bolt
Discord bot base framework
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.