From 357297a8d8a7b1e88e60fffd9f7484b3958a2ccb Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Mon, 9 Mar 2020 11:52:42 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.