Skip to content

Commit 67dc7d6

Browse files
docs: Update readme shields and add recent extensions (#1348)
* refactor: update readme shields and add recent extensions * ci: correct from checks. * refactor: remove mypy mention --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c4e5e5d commit 67dc7d6

File tree

1 file changed

+30
-12
lines changed

1 file changed

+30
-12
lines changed

README.md

Lines changed: 30 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,26 @@
1-
![image](https://img.shields.io/pypi/dm/discord-py-slash-command.svg)
2-
![image](https://img.shields.io/pypi/pyversions/discord-py-interactions.svg)
3-
![image](https://img.shields.io/pypi/v/discord-py-interactions.svg)
4-
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
5-
![image](https://discord.com/api/guilds/789032594456576001/embed.png)
1+
<div align="center">
62

7-
------------------------------------------------------------------------
3+
# Interactions.py
4+
<br>
85

9-
# Interactions.py - A Feature-rich Discord Bot Framework for Python
6+
![](https://img.shields.io/pypi/v/discord-py-interactions.svg?label=Version&logo=pypi)
7+
![](https://img.shields.io/badge/Python-3.10+-1081c1?logo=python)
8+
[![](https://img.shields.io/pypi/dm/discord-py-slash-command.svg?logo=python&label=Downloads)](https://pypi.org/project/discord-py-interactions/)
9+
10+
[![](https://img.shields.io/badge/Code%20Style-black-000000.svg)](https://github.com/psf/black)
11+
[![License](https://img.shields.io/badge/License-GPL-blue)](https://github.com/interactions-py/interactions.py/blob/stable/LICENSE)
12+
13+
[![](https://img.shields.io/badge/Docs-latest-x?logo=readthedocs)](https://interactions-py.github.io/interactions.py/)
14+
[![](https://img.shields.io/badge/Guides-latest-x?logo=readthedocs)](https://interactions-py.github.io/interactions.py/Guides/01%20Getting%20Started)
15+
[![image](https://discord.com/api/guilds/789032594456576001/embed.png)](https://discord.gg/interactions)
16+
17+
</div>
18+
19+
## A Feature-rich Discord Bot Framework for Python
1020

1121
A highly extensible, easy to use, and feature complete framework for Discord.
1222

13-
interactions.py is the culmination of years of experience with Discord's APIs and bot development. This framework has been built from the ground up with community feedback and suggestions in mind. Our framework provides a modern and intuitive set of language bindings for easy interaction with Discord.
23+
`interactions.py` is the culmination of years of experience with Discord's APIs and bot development. This framework has been built from the ground up with community feedback and suggestions in mind. Our framework provides a modern and intuitive set of language bindings for easy interaction with Discord.
1424

1525
## Key Features
1626
interactions.py offers a wide range of features for building Python-powered Discord bots and web applications alike:
@@ -21,7 +31,7 @@ interactions.py offers a wide range of features for building Python-powered Disc
2131
- ✅ Feature parity with most other Discord API wrappers
2232
- ✅ Fully automated command synchronisation
2333

24-
In addition to core functionality, interactions.py provides a range of optional extensions, allowing you to further customize your bot and add new features with ease.
34+
In addition to core functionality, `interactions.py` provides a range of optional extensions, allowing you to further customize your bot and add new features with ease.
2535

2636
## Extensibility
2737

@@ -40,7 +50,7 @@ Just type `bot.load("extension")`
4050
- ✅ Automatic command registration
4151
- ✅ Annotation support
4252

43-
### Debug Ext
53+
### Debug Extension
4454

4555
A fully featured debug and utilities suite to help you get your bots made
4656

@@ -52,11 +62,19 @@ Just type `bot.load("extension")`
5262

5363
Integrates Sentry.io error tracking into your bot with a single line
5464

65+
### Console
66+
67+
Adds `aiomonitor` support with enables cli commands over a web interface
68+
69+
### Paginators
70+
71+
Easily create multi-page embeds without having to implement the UX
72+
5573
</details>
5674

5775
## Where do I start?
5876

59-
Getting started with interactions.py is easy! Simply install it via `pip` and start building your Discord application in Python:
77+
Getting started with `interactions.py` is easy! Simply install it via `pip` and start building your Discord application in Python:
6078

6179
`pip install -U discord-py-interactions`
6280
```python
@@ -71,4 +89,4 @@ async def on_startup():
7189
bot.start("token")
7290
```
7391

74-
With interactions.py, you can quickly and easily build complex Discord applications with Python. Check out our [guides](https://interactions-py.github.io/interactions.py/Guides/01%20Getting%20Started) for more information. Or join our [discord](https://discord.gg/interactions).
92+
With `interactions.py`, you can quickly and easily build complex Discord applications with Python. Check out our [guides](https://interactions-py.github.io/interactions.py/Guides/01%20Getting%20Started) for more information. Or join our [discord](https://discord.gg/interactions).

0 commit comments

Comments
 (0)