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
The Original `discord.py <https://pypi.org/project/discord.py/1.7.3>`_ Library 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/>`_
30
+
A "fork" of `discord.py <https://pypi.org/project/discord.py/1.7.3>`_ library made by `Rapptz <https://github.com/Rapptz>`_ with implemation of the `Discord-Message-Components <https://discord.com/developers/docs/interactions/message-components>`_ by `mccoderpy <https://github.com/mccoderpy/>`_
31
+
32
+
**NOTE:**
33
+
This library will be further developed independently of discord.py.
34
+
New features are also implemented. It's not an extension!
35
+
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.
36
+
37
+
**❗Also important to know❗:** `Why is this library so inactive at the moment? <https://github.com/mccoderpy/discord.py-message-components/discussions/17#>`_
@@ -41,14 +48,14 @@ Welcome to discord.py-message-components' documentation!
41
48
You need help? Or have ideas/feedback?
42
49
______________________________________
43
50
44
-
Open a Issue/Pull request on `GitHub <https://github.com/mccoderpy/discord.py-message-components/pulls>`_, join the `support-Server<https://discord.gg/sb69muSqsg>`_ or send me a direct-message on `Discord <https://discord.com/channels/@me>`_: ``mccuber04#2960``
51
+
Open a Issue/Pull request on `GitHub <https://github.com/mccoderpy/discord.py-message-components/pulls>`_, join the `support-server<https://discord.gg/sb69muSqsg>`_ or send me a direct-message on `Discord <https://discord.com/channels/@me>`_: ``mccuber04#2960``
45
52
46
53
Installing
47
54
__________
48
55
49
56
**Python 3.5.3 or higher is required**
50
57
51
-
This Library overwrite the original discord.py Library so to be sure all will work fine
58
+
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
52
59
first uninstall the original `discord.py <https://pypi.org/project/discord.py/1.7.3>`_ Library if it is installed:
53
60
54
61
.. code:: sh
@@ -59,7 +66,7 @@ first uninstall the original `discord.py <https://pypi.org/project/discord.py/1.
59
66
# Windows
60
67
py -3 -m pip uninstall discord.py
61
68
62
-
Then install `this Library<https://pypi.org/project/discord.py-message-components>`_ using:
69
+
Then install `this library<https://pypi.org/project/discord.py-message-components>`_ using:
63
70
64
71
.. code:: sh
65
72
@@ -69,6 +76,18 @@ 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:
0 commit comments