2
2
<a href="https://pypi.org/project/discord-py-slash-command/">
3
3
<img src="https://raw.githubusercontent.com/discord-py-slash-commands/discord-py-interactions/goverfl0w-new-readme/.github/banner_transparent.png" alt="discord-py-interactions" height="128">
4
4
</a>
5
- <h2>Your ultimate discord interactions library for <a href="https://github.com/Rapptz/discord.py">discord.py</a>.</h2>
5
+ <h2>Your ultimate Discord interactions library for <a href="https://github.com/Rapptz/discord.py">discord.py</a>.</h2>
6
6
</div >
7
7
8
8
<div align =" center " >
@@ -36,15 +36,14 @@ and mutable. This library was created 2 days after the release of slash commands
36
36
has been actively growing.
37
37
38
38
## What do we currently support?
39
- At this time, we are able to provide you an non-exhaustive list, however, incomplete (because Discord are actively
39
+ At this time, we are able to provide you an non-exhaustive list (because Discord are actively
40
40
creating more interactions at this time) of all components integrated as interactions:
41
41
42
42
* Slash Commands
43
43
* Buttons
44
44
* Selects (also known as * dropdowns* or * menus* )
45
45
46
46
# Installation
47
- ## (Recommended)
48
47
We recommend using pip in order to install our library. You are able to do this by typing the following line below:
49
48
50
49
` pip install -U discord-py-slash-command `
@@ -102,7 +101,6 @@ def setup(bot):
102
101
## Buttons
103
102
This basic example shows how to easily integrate buttons into your commands. Buttons are not limited to
104
103
slash commands and may be used in regular discord.py commands as well.
105
- (This example refers off of [ slash commands.] ( #slash-commands ) )
106
104
107
105
``` py
108
106
from discord_slash.utils.manage_components import create_button, create_actionrow
@@ -123,7 +121,6 @@ For more advanced use, please refer to our official documentation on [buttons he
123
121
## Selects
124
122
This basic example shows how to add selects into our bot. Selects offer the same accessibility as buttons do
125
123
in premise of limitations.
126
- (This exmaple refers off of [ slash commands.] ( #slash-commands ) )
127
124
128
125
``` py
129
126
from discord_slash.utils.manage_components import create_select, create_select_option, create_actionrow
0 commit comments