diff --git a/CHANGELOG.md b/CHANGELOG.md index a8b74b924c..4b35a802db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ These changes are available on the `master` branch, but have not yet been releas - Fixed the type-hinting of `Member.move_to` and `Member.edit` to reflect actual behavior. ([#2386](https://github.com/Pycord-Development/pycord/pull/2386)) +- Fixed a `DeprecationWarning` from being displayed when running `python -m discord -v` by replacing the depricated module. ([#2392](https://github.com/Pycord-Development/pycord/pull/2392)) ### Changed