diff options
| author | 2020-07-09 10:40:47 -0700 | |
|---|---|---|
| committer | 2020-07-09 10:40:47 -0700 | |
| commit | 39651d0410ed292a5f761d9595ba79833dfa167c (patch) | |
| tree | bd9112107bc9809e3253473ac6a99a246badd0ce /Pipfile | |
| parent | Re-lock Pipfile (diff) | |
Update discord.py to fix issue with overwrites
Fixes BOT-6T
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ beautifulsoup4 = "~=4.9" colorama = {version = "~=0.4.3",sys_platform = "== 'win32'"} coloredlogs = "~=14.0" deepdiff = "~=4.0" -discord-py = {git = "https://github.com/Rapptz/discord.py.git",ref = "e971e2f16cba22decd25db6b44e9cc84adf08555"} +discord-py = {git = "https://github.com/Rapptz/discord.py.git",ref = "0bc15fa130b8f01fe2d67446a2184d474b0d0ba7"} fakeredis = "~=1.4" feedparser = "~=5.2" fuzzywuzzy = "~=0.17" |