You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library will be further developed independently of discord.py.
46
-
New features are also implemented. It's not an extension!
47
-
The name only comes from the fact that the original purpose of the library was to add support for message components and we haven't found a better one yet.
46
+
New features are also implemented. It is not an extension!
47
+
The name only comes from the fact that the original purpose of the library was to add support for message components and we haven't found a better name yet.
Open a `issue <../../issues>`_/`pull request <../../pulls>`_, join the `support-server <https://discord.gg/sb69muSqsg>`_ or send me a direct-message on `Discord <https://discord.com/channels/@me>`_: ``mccuber04#2960``
61
+
Open a `issue <../../issues>`_/`pull request <../../pulls>`_, join the `supportserver <https://discord.gg/sb69muSqsg>`_ or send me a directmessage on `Discord <https://discord.com/channels/@me>`_: ``mccuber04#2960``
62
62
63
63
Installing
64
64
__________
65
65
66
-
**Python 3.5.3 or higher is required**
66
+
**Python 3.5.3 or higher is required.**
67
67
68
-
This library overwrite the original discord.py library (or any other that would be imported using `import discord`) so to be sure all will work fine
69
-
first uninstall the original `discord.py <https://pypi.org/project/discord.py/1.7.3>`_ Library if it is installed:
68
+
This library overwrites the original discord.py library (or any other that would be imported using `import discord`) so to be sure all will work fine
69
+
first uninstall the original `discord.py <https://pypi.org/project/discord.py/1.7.3>`_ library if it is installed:
70
70
71
71
.. code:: sh
72
72
@@ -86,7 +86,7 @@ Then install `this library <https://pypi.org/project/discord.py-message-componen
‼️To install it from the `developer-branch <https://github.com/mccoderpy/discord.py-message-components/tree/developer>`_ of this library which is the **most up to date** and has **fewer bugs** use:
89
+
‼️To install it from the `developerbranch <https://github.com/mccoderpy/discord.py-message-components/tree/developer>`_ of this library which is the **most up to date** and has **fewer bugs** use:
90
90
91
91
.. code:: sh
92
92
@@ -96,12 +96,12 @@ Then install `this library <https://pypi.org/project/discord.py-message-componen
0 commit comments