Skip to content

Commit edb8aba

Browse files
authored
Update README.md
1 parent 550f5f1 commit edb8aba

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# discord.py-with-message-components
1+
# discord.py-message-components
22
The Original [discord.py](https://github.com/Rapptz/discord.py) Libary made by [Rapptz](https://github.com/Rapptz) with implementation of the [Discord-Message-Components](https://discord.com/developers/docs/interactions/message-components) by [mccoderpy](https://github.com/mccoderpy/)
33

44
([discord](https://discord.com/channels/@me)-User `mccuber04#2960`)
55

66
## Installation:
77
### With pip:
8-
#### first uninstall the normal discord.py Libary:
8+
#### first uninstall the normal [discord.py](https://pypi.org/project/discord.py/) Libary:
99
```ps
1010
# Linux/macOS
1111
python3 -m pip uninstall discord.py
1212
1313
# Windows
1414
py -3 -m pip uninstall discord.py
1515
```
16-
#### then install this libary using:
16+
#### then install [this Libary](https://pypi.org/project/discord.py-message-components) using:
1717
```ps
1818
# Linux/macOS
1919
python3 -m pip install -U discord.py-message-components
@@ -26,8 +26,10 @@ py -3 -m pip install -U discord.py-message-components
2626
Replace the discord folder in the site-packages with the discord folder contained in this repository or yust clone it with git.
2727
```
2828

29+
-----------------------
30+
2931
## Questions or ideas?
30-
Open an Pull request on [GitHub](https://github.com/mccoderpy/discord.py-with-message-components/pulls) or Send me a direct-message on [Discord](https://discord.com/channels/@me): `mccuber04#2960`
32+
Open an Pull request on [GitHub](https://github.com/mccoderpy/discord.py-message-components/pulls) or Send me a direct-message on [Discord](https://discord.com/channels/@me): `mccuber04#2960`
3133

3234
--------------------------------------------------------
3335

0 commit comments

Comments
 (0)