aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-05-17 19:44:29 +0200
committerGravatar Leon Sandøy <[email protected]>2020-05-17 19:55:05 +0200
commitadf50a6ddc6868dec108ad471c5f3f4033ccd69b (patch)
tree4e962f5b40cf2e41a95871329fbe978b94ccaee5 /Pipfile
parentMerge branch 'master' into redis_persistence (diff)
Changes discord-py to discord.py in Pipfile
The `discord-py` package is no longer the official release, and so making this change silences some warnings about deprecation.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 40ae52761..1d6cd7015 100644
--- a/Pipfile
+++ b/Pipfile
@@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"
[packages]
-discord-py = "~=1.3.2"
+discord.py = "~=1.3.2"
aiodns = "~=2.0"
aiohttp = "~=3.5"
sphinx = "~=2.2"