Skip to content

Commit c3751e2

Browse files
authored
Fixed more typos; Added punctuation (#67)
2 parents 46623a2 + 3c00d0e commit c3751e2

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Diff for: README.rst

+15-15
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@
3535
| **❗ℹIMPORTANTℹ❗** |
3636
+===================================================================================================================================================+
3737
| This branch represents only the `PyPI <https://pypi.org>`_ version of this library, |
38-
| which is currently **not up to date** due to some (privat) issues |
38+
| which is currently **not up to date** due to some (private) issues |
3939
| (as soon as we have documented the new features and the developer branch is stable enough, this will be updated). |
4040
| |
41-
| **To get the latest version with the newest features and bug(-fixes) please take a look at the** `developer <../../tree/developer>`_ **branch** |
41+
| **To get the latest version with the newest features and bug(-fixes), please take a look at the** `developer <../../tree/developer>`_ **branch.** |
4242
+---------------------------------------------------------------------------------------------------------------------------------------------------+
4343

4444
**NOTE:**
4545
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.
4848

4949
.. figure:: https://github.com/mccoderpy/discord.py-message-components/raw/main/images/rtd-logo-wordmark-light.png
5050
:name: discord.py-message-components documentation
@@ -55,18 +55,18 @@
5555

5656
**Read the Documentation** `here <https://discordpy-message-components.readthedocs.io/en/latest/>`_
5757

58-
You need help? Or have ideas/feedback?
59-
______________________________________
58+
You are in need of help or want to leave feedback?
59+
__________________________________________________
6060

61-
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 `support server <https://discord.gg/sb69muSqsg>`_ or send me a direct message on `Discord <https://discord.com/channels/@me>`_: ``mccuber04#2960``
6262

6363
Installing
6464
__________
6565

66-
**Python 3.5.3 or higher is required**
66+
**Python 3.5.3 or higher is required.**
6767

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:
7070

7171
.. code:: sh
7272
@@ -86,7 +86,7 @@ Then install `this library <https://pypi.org/project/discord.py-message-componen
8686
# Windows
8787
py -3 -m pip install -U discord.py-message-components
8888
89-
‼️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 `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:
9090

9191
.. code:: sh
9292
@@ -96,12 +96,12 @@ Then install `this library <https://pypi.org/project/discord.py-message-componen
9696
# Windows
9797
py -m pip install -U git+https://github.com/mccoderpy/discord.py-message-components.git@developer 
9898
99-
Of course you nead to have git installed on your device. If you need help with this take a look `here <https://github.com/git-guides/install-git>`_
99+
Of course you nead to have git installed on your device. If you need help with this, take a look `here <https://github.com/git-guides/install-git>`_
100100

101101
Examples
102102
--------
103103

104-
A Command that sends you a Message and edit it when you click a Button:
104+
A command that sends you a message and edit it when you click a Button:
105105
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
106106

107107
.. code-block:: python
@@ -158,7 +158,7 @@ A Command that sends you a Message and edit it when you click a Button:
158158
client.run('You Bot-Token here')
159159
160160
161-
Another (complex) Example where a small Embed will be send; you can move a small white ⬜ with the Buttons:
161+
Another more complex example where a small embed will be send; you can move a small white ⬜ with the buttons:
162162
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
163163

164164
.. code-block:: python
@@ -294,4 +294,4 @@ Another (complex) Example where a small Embed will be send; you can move a small
294294
arrow_button().set_label('').set_custom_id('right'))]
295295
)
296296
297-
Take a look at `the documentation <https://discordpy-message-components.readthedocs.io/en/latest/>`_ to see more examples.
297+
Please take a look at `the documentation <https://discordpy-message-components.readthedocs.io/en/latest/>`_ if you want to see more examples.

0 commit comments

Comments
 (0)