Skip to content

Commit 2fb7069

Browse files
authored
Tweaks to README.md (#266)
* Tweaks to README.md * Removed an unneeded header
1 parent 4a8767a commit 2fb7069

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
3636
has 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
4040
creating 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)
4847
We 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
103102
This basic example shows how to easily integrate buttons into your commands. Buttons are not limited to
104103
slash 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
108106
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
123121
## Selects
124122
This basic example shows how to add selects into our bot. Selects offer the same accessibility as buttons do
125123
in premise of limitations.
126-
(This exmaple refers off of [slash commands.](#slash-commands))
127124

128125
```py
129126
from discord_slash.utils.manage_components import create_select, create_select_option, create_actionrow

0 commit comments

Comments
 (0)