You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## A Feature-rich Discord Bot Framework for Python
10
20
11
21
A highly extensible, easy to use, and feature complete framework for Discord.
12
22
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.
14
24
15
25
## Key Features
16
26
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
21
31
- ✅ Feature parity with most other Discord API wrappers
22
32
- ✅ Fully automated command synchronisation
23
33
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.
25
35
26
36
## Extensibility
27
37
@@ -40,7 +50,7 @@ Just type `bot.load("extension")`
40
50
- ✅ Automatic command registration
41
51
- ✅ Annotation support
42
52
43
-
### Debug Ext
53
+
### Debug Extension
44
54
45
55
A fully featured debug and utilities suite to help you get your bots made
46
56
@@ -52,11 +62,19 @@ Just type `bot.load("extension")`
52
62
53
63
Integrates Sentry.io error tracking into your bot with a single line
54
64
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
+
55
73
</details>
56
74
57
75
## Where do I start?
58
76
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:
60
78
61
79
`pip install -U discord-py-interactions`
62
80
```python
@@ -71,4 +89,4 @@ async def on_startup():
71
89
bot.start("token")
72
90
```
73
91
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