Skip to content

Commit

Permalink
add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed Nov 7, 2022
1 parent a61dee3 commit 0e42c40
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
@@ -1,9 +1,13 @@
# DiscordBM

[![Build Status](https://github.com/MahdiBM/DiscordBM/actions/workflows/tests.yml/badge.svg)](https://github.com/MahdiBM/DiscordBM/actions/workflows/tests.yml)
[![Minumum Swift Version](https://img.shields.io/badge/swift-5.6-brightgreen.svg)](https://swift.org)

A Swift library for making Discord bots.
![DiscordBM](https://user-images.githubusercontent.com/54685446/200414610-fd4fc280-a1d9-436f-960b-cb80127ae0e5.png)

<p align="center">
<a href="https://github.com/MahdiBM/DiscordBM/actions/workflows/tests.yml">
<img src="https://github.com/MahdiBM/DiscordBM/actions/workflows/tests.yml/badge.svg" alt="Tests Badge">
</a>
<a href="https://swift.org">
<img src="https://img.shields.io/badge/swift-5.6-brightgreen.svg" alt="Minumum Swift Version">
</a>
</p>

## Notable Features
* Everything with structured concurrency and async/await. Full integration with all the latest Server-Side Swift packages.
Expand Down

0 comments on commit 0e42c40

Please sign in to comment.