From 971dbcf9b3fc750d0014d4f98531145bb4aaad30 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ecdce65..e587568 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.