Update README.md

This commit is contained in:
Skillz4Killz
2020-03-09 11:52:42 -04:00
committed by GitHub
parent 5badf0b439
commit 357297a8d8

View File

@@ -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.