We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4db06 commit 24bfce3Copy full SHA for 24bfce3
docs/source/changelog.rst
@@ -32,6 +32,11 @@ Glossary
32
Releases
33
----------------------
34
35
+v2.5.3
36
+=============
37
+- Fixed voice not working due to Discord's API changes.
38
+
39
40
v2.5.2
41
=============
42
- Fixed ``typechecked`` module error
src/daf/__init__.py
@@ -15,4 +15,4 @@
15
from .misc import *
16
17
18
-VERSION = "v2.5.2"
+VERSION = "v2.5.3"
0 commit comments