22 <a href="https://pypi.org/project/discord-py-slash-command/">
33 <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">
44 </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>
66</div >
77
88<div align =" center " >
@@ -36,15 +36,14 @@ and mutable. This library was created 2 days after the release of slash commands
3636has been actively growing.
3737
3838## 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
4040creating more interactions at this time) of all components integrated as interactions:
4141
4242* Slash Commands
4343* Buttons
4444* Selects (also known as * dropdowns* or * menus* )
4545
4646# Installation
47- ## (Recommended)
4847We recommend using pip in order to install our library. You are able to do this by typing the following line below:
4948
5049` pip install -U discord-py-slash-command `
@@ -102,7 +101,6 @@ def setup(bot):
102101## Buttons
103102This basic example shows how to easily integrate buttons into your commands. Buttons are not limited to
104103slash commands and may be used in regular discord.py commands as well.
105- (This example refers off of [ slash commands.] ( #slash-commands ) )
106104
107105``` py
108106from 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
123121## Selects
124122This basic example shows how to add selects into our bot. Selects offer the same accessibility as buttons do
125123in premise of limitations.
126- (This exmaple refers off of [ slash commands.] ( #slash-commands ) )
127124
128125``` py
129126from discord_slash.utils.manage_components import create_select, create_select_option, create_actionrow
0 commit comments