Skip to content

Commit 5fbc5f1

Browse files
committed
Fix incorrect parameter
1 parent 62a17ef commit 5fbc5f1

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

docs/source/changelog.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,28 @@ Glossary
2929
Releases
3030
----------------------
3131

32+
v2.1.4
33+
===========
34+
Bug fixes:
35+
36+
- ``Fix incorrect parameter name in documentation``.
37+
3238
v2.1.3
3339
===========
3440
Bug fixes:
3541

36-
- ``[Bug]: KeyError: 'code' on rate limit #198``
42+
- ``[Bug]: KeyError: 'code' on rate limit #198``.
3743

3844
v2.1.2
3945
===========
4046
Bug fixes:
4147

42-
- #195 VoiceMESSAGE did not delete deleted channels
48+
- #195 VoiceMESSAGE did not delete deleted channels.
4349
- Exception on initialization of static server list in case any of the messages had failed their initialization.
4450

4551
v2.1.1
4652
===========
47-
- Fixed ``[Bug]: Predefined servers' errors are not suppressed #189.``
53+
- Fixed ``[Bug]: Predefined servers' errors are not suppressed #189``.
4854
- Support for readthedocs.
4955

5056
v2.1

docs/source/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ For help with the :ref:`GUILD`, :ref:`TextMESSAGE` object and see :ref:`Programm
4848
4949
daf.run(
5050
token="DNASNDANDASKJNDAKSJDNASKJDNASKJNSDSAKDNAKLSNDSKAJDN", # The authorization token
51-
servers=servers # The server list
51+
server_list=servers # The server list
5252
)
5353
5454
.. seealso::

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.1.3
1+
v2.1.4

0 commit comments

Comments
 (0)