Skip to content

Commit

Permalink
Update requirements with python-discord
Browse files Browse the repository at this point in the history
  • Loading branch information
weibeu committed Feb 13, 2022
1 parent 5eeb0d5 commit eb0ce77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion discordDB/__init__.py
Expand Up @@ -6,4 +6,4 @@
]


__version__ = "0.0.3"
__version__ = "0.0.6"
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1 +1 @@
discord.py
python-discord
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@ def __get_version():


requirements = [
"discord.py",
"python-discord",
]


Expand Down

0 comments on commit eb0ce77

Please sign in to comment.