Skip to content

Commit

Permalink
dosc: add readme badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilal2453 committed Dec 7, 2024
1 parent 12161a3 commit f6a3245
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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] directory.**

Here is a bit of a usage run down:

Expand Down

0 comments on commit f6a3245

Please sign in to comment.