Skip to content

Commit 556d06a

Browse files
authored
Merge branch 'master' into feat/interaction-integrations-methods
Signed-off-by: plun1331 <[email protected]>
2 parents cf04e3e + 7f5a23f commit 556d06a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
# - --remove-duplicate-keys
2222
# - --remove-unused-variables
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.19.0
24+
rev: v3.19.1
2525
hooks:
2626
- id: pyupgrade
2727
exclude: \.(po|pot|yml|yaml)$

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ These changes are available on the `master` branch, but have not yet been releas
7979
- Replaced audioop (deprecated module) implementation of `PCMVolumeTransformer.read`
8080
method with a pure Python equivalent.
8181
([#2176](https://github.com/Pycord-Development/pycord/pull/2176))
82-
- Updated `Guild.filesize_limit` to 10 Mb instead of 25 Mb following Discord's API
82+
- Updated `Guild.filesize_limit` to 10 MB instead of 25 MB following Discord's API
8383
changes. ([#2671](https://github.com/Pycord-Development/pycord/pull/2671))
8484

8585
### Deprecated

0 commit comments

Comments
 (0)