From a9f97056f633664a230bdca41cb19c5ae8e36e91 Mon Sep 17 00:00:00 2001 From: jake Date: Wed, 4 Jun 2025 16:01:53 -0400 Subject: [PATCH] readme update --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 66787c5..5c82853 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,7 @@ 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. \ No newline at end of file +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. \ No newline at end of file