diff --git a/README.md b/README.md index 4db86244c..55240d37d 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ Discord API library wrapper in Deno - [Review compression of payloads with GZIP](https://discordapp.com/developers/docs/topics/gateway#sending-payloads-example-gateway-dispatch) - Handle checking if guild is unavailable before taking guild related actions. +## Bot Boilerplate Template / Frameworks + +If you are just starting out, you can use the Discordeno Template repo to get the base of your bot pre-built for you. As other developers create other command frameworks for this library, those frameworks will be listed here: + +**Official Boilerplate:** This is a very minimalistic design for a boilerplate for your bot to get you started. + ## Motivations/Features This project began out of the desire to want to learn and enhance my developer skills. As I was building it, I encountered so many issues that other libraries have that I wanted to change in my library.