From e4f92e6e8be3ba7b788c4da6d3be2ed92181aced Mon Sep 17 00:00:00 2001 From: Bilal2453 Date: Sat, 7 Dec 2024 04:36:43 +0300 Subject: [PATCH] dosc: add readme badges --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ecdce65..a4635a1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Introduction +![Version](https://img.shields.io/github/v/release/Bilal2453/discordia-interactions) +![License](https://img.shields.io/github/license/Bilal2453/discordia-interactions) + discordia-interactions is an extension library that enables [Discordia](https://github.com/SinisterRectus/discordia) to receive and respond to [Discord Interactions](https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-response-object-interaction-callback-type). This is done over the gateway websocket connection that [Discordia](https://github.com/SinisterRectus/discordia) offers, and aims to be very extensible so other extensions and libraries can build upon without having to worry about compatibility with each other. @@ -52,7 +55,7 @@ This change sadly adds complexity to the user, but it was absolutely required in ## Examples -**Take a look at the [[examples]] directory.** +**Take a look at the [examples](https://github.com/Bilal2453/discordia-interactions/tree/main/examples) directory for the actual examples.** Here is a bit of a usage run down: