From 0b39a0996fc6df485e1a5e00277966a633c02c51 Mon Sep 17 00:00:00 2001 From: jake Date: Sat, 7 Jun 2025 13:41:19 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9736dda..8774d09 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # bolt -Base Discord bot framework +Base library for Discord bots ## 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.