Skip to content

Commit e59a535

Browse files
authored
Merge branch 'master' into unittest
2 parents 751c24d + 321c491 commit e59a535

File tree

7 files changed

+128
-132
lines changed

7 files changed

+128
-132
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ These changes are available on the `master` branch, but have not yet been releas
2929
- Changed `EmbeddedActivity` values to update accordingly with the new activities.
3030
([#1859](https://github.com/Pycord-Development/pycord/pull/1859))
3131

32+
### Fixed
33+
34+
- Fixed a bug in `Page.update_files` where file objects stored in memory were causing an
35+
`AttributeError`. ([#1869](https://github.com/Pycord-Development/pycord/pull/1869))
36+
3237
## [2.3.2] - 2022-12-03
3338

3439
### Fixed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Installing
3535

3636
**Python 3.8 or higher is required**
3737

38-
To install the library without full voice support, you can just run the following command:
38+
To install the library without full voice support, run the following command:
3939

4040
.. code:: sh
4141
@@ -45,7 +45,7 @@ To install the library without full voice support, you can just run the followin
4545
# Windows
4646
py -3 -m pip install -U py-cord
4747
48-
Otherwise to get voice support you should run the following command:
48+
Otherwise, to get full voice support, run the following command:
4949

5050
.. code:: sh
5151
@@ -133,7 +133,7 @@ Traditional Commands Example
133133
134134
bot.run("token")
135135
136-
You can find more examples in the examples directory.
136+
You can find more code examples in the ``examples`` directory.
137137

138138
Note: Make sure you do not reveal your bot token to anyone, as it can grant access to your bot.
139139

0 commit comments

Comments
 (0)