Update README.md

This commit is contained in:
jake 2025-06-07 13:41:19 +00:00
parent 9ffab89ebf
commit 0b39a0996f

View File

@ -1,6 +1,6 @@
# bolt # bolt
Base Discord bot framework Base library for Discord bots
## Introduction ## 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 are 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. Any strings returned from the Payload function will be sent back to the Discord server as a reply to the command message. bolt is a wrapper for Discordgo to provide very quick and easy setup for simple Discord bots. The only code required to run bolt are 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. Any strings returned from the Payload function will be sent back to the Discord server as a reply to the command message.