From b371f50a0e4b9abd30af65e945b87885d528129f Mon Sep 17 00:00:00 2001 From: Riley Date: Sat, 21 Aug 2021 21:33:07 -0700 Subject: [PATCH] [skip ci] update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab0d5d7..d202fd2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # framework -A discordgo bot framework with argument parsing, typeguards, and a few other cool tricks. Documentation coming soon:tm: +![license](https://img.shields.io/github/license/qpixel/framework) +[![GitHub stars](https://img.shields.io/github/stars/qpixel/framework)](https://github.com/qpixel/framework/stargazers) +[![Go Reference](https://pkg.go.dev/badge/github.com/qpixel/framework.svg)](https://pkg.go.dev/github.com/qpixel/framework) + +A discordgo bot framework with argument parsing, argument typesafety, slash command support, and some QOL message response code. Documentation coming soon:tm: