diff options
| author | 2020-10-04 20:05:10 +0530 | |
|---|---|---|
| committer | 2020-10-04 20:05:10 +0530 | |
| commit | 125d61f136f1d781571840ec5728b14b64129b80 (patch) | |
| tree | 3c6290dbfd268da4ae9e43c4ab02614f8c235fea /Pipfile | |
| parent | remove un-used variable (diff) | |
| parent | PR #1196: Bump 'discord.py` to 1.5 & use intents (diff) | |
Merge branch 'master' into smart_syncing_users
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"  |