Skip to content

Commit 72f6225

Browse files
authored
refactor: adapt package to support the new format of the api (#24)
2 parents 6e40df3 + 647a02b commit 72f6225

8 files changed

Lines changed: 1154 additions & 1034 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ __pycache__/
33
tests/
44
.vscode/
55
*.egg-info/
6-
.idea
6+
.idea
7+
.env

LICENSE

Lines changed: 479 additions & 649 deletions
Large diffs are not rendered by default.

discordanalytics/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
__title__ = 'discordanalytics'
1+
__title__ = "discordanalytics"
22
__author__ = "ValDesign"
33
__license__ = "MIT"
4-
__version__ = "3.6.0"
4+
__version__ = "3.7.0"
55

66
from .client import *
7+
from .types import *

0 commit comments

Comments
 (0)