Skip to content

Commit 1da3fe1

Browse files
authored
Merge pull request #312 from Pelfox/patch-1
Correct README.md for a new project name.
2 parents 29bb42c + 1779b63 commit 1da3fe1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
2-
<a href="https://pypi.org/project/discord-py-slash-command/">
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">
2+
<a href="https://pypi.org/project/discord-py-interactions/">
3+
<img src="https://raw.githubusercontent.com/muqshots/discord-py-interactions/master/.github/banner_transparent.png" alt="discord-py-interactions" height="128">
44
</a>
55
<h2>Your ultimate Discord interactions library for <a href="https://github.com/Rapptz/discord.py">discord.py</a>.</h2>
66
</div>
@@ -19,12 +19,12 @@
1919
<a href="#installation">Installation</a> |
2020
<a href="#examples">Examples</a> |
2121
<a href="https://discord.gg/KkgMBVuEkx">Discord</a> |
22-
<a href="https://pypi.org/project/discord-py-slash-command/">PyPI</a>
22+
<a href="https://pypi.org/project/discord-py-interactions/">PyPI</a>
2323
</p>
2424

2525
# About
26-
## What is discord-interactions?
27-
discord-interactions is, in the simplest terms, a library extension that builds off of the currently existing
26+
## What is discord-py-interactions?
27+
`discord-py-interactions` is, in the simplest terms, a library extension that builds off of the currently existing
2828
discord.py API wrapper. While we do use our own basic class code for our own library, a large majority of
2929
this library uses discord.py base events in order to make contextualization of interactions relatively easy
3030
for us.
@@ -46,7 +46,7 @@ creating more interactions at this time) of all components integrated as interac
4646
# Installation
4747
We recommend using pip in order to install our library. You are able to do this by typing the following line below:
4848

49-
`pip install -U discord-py-slash-command`
49+
`pip install -U discord-py-interactions`
5050

5151
# Examples
5252
## Slash Commands
@@ -116,7 +116,7 @@ await ctx.send(components=[action_row])
116116
```
117117

118118
### Advanced
119-
For more advanced use, please refer to our official documentation on [buttons here.](https://discord-py-slash-command.readthedocs.io/en/latest/components.html#responding-to-interactions)
119+
For more advanced use, please refer to our official documentation on [buttons here.](https://discord-py-interactions.readthedocs.io/en/latest/components.html#responding-to-interactions)
120120

121121
## Selects
122122
This basic example shows how to add selects into our bot. Selects offer the same accessibility as buttons do
@@ -141,7 +141,7 @@ await ctx.send(components=[action_row])
141141
```
142142

143143
### Advanced
144-
For more advanced use, please refer to our official documentation on [selects here.](https://discord-py-slash-command.readthedocs.io/en/latest/components.html#what-about-selects-dropdowns)
144+
For more advanced use, please refer to our official documentation on [selects here.](https://discord-py-interactions.readthedocs.io/en/latest/components.html#what-about-selects-dropdowns)
145145

146146
## Context Menus
147147
This basic example shows how to add a message context menu.
@@ -161,7 +161,7 @@ async def commandname(ctx: MenuContext):
161161
```
162162

163163
### Advanced
164-
For more advanced use, please refer to our official documentation on [context menus here.](https://discord-py-slash-command.readthedocs.io/en/latest/gettingstarted.html#adding-context-menus)
164+
For more advanced use, please refer to our official documentation on [context menus here.](https://discord-py-interactions.readthedocs.io/en/latest/gettingstarted.html#adding-context-menus)
165165

166166
--------
167167

0 commit comments

Comments
 (0)