diff options
| author | 2020-10-04 13:17:46 +0200 | |
|---|---|---|
| committer | 2020-10-04 13:17:46 +0200 | |
| commit | ff7c34aee21493efbc78a9b6521dd9c0f48d4a72 (patch) | |
| tree | 481deffeff27fd34329e8f12385329196b193c6a /Pipfile | |
| parent | Merge pull request #835 from python-discord/bug/util/795/reminders-dupe-delete (diff) | |
| parent | Use invite for tracking offline presences instead of `ctx` (diff) | |
PR #1196: Bump 'discord.py` to 1.5 & use intents
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ beautifulsoup4 = "~=4.9" colorama = {version = "~=0.4.3",sys_platform = "== 'win32'"} coloredlogs = "~=14.0" deepdiff = "~=4.0" -discord.py = "~=1.4.0" +"discord.py" = "~=1.5.0" feedparser = "~=5.2" fuzzywuzzy = "~=0.17" lxml = "~=4.4" |