Replace discord.py with nextcord (#66540)

* Replace discord.py with nextcord

* Typing tweak

* Another pip check decrease :)
This commit is contained in:
Franck Nijhof 2022-02-15 10:37:41 +01:00 committed by GitHub
parent 23a22d1860
commit cb03db8df4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 16 deletions

View file

@ -3,7 +3,7 @@ PIP_CACHE=$1
# Number of existing dependency conflicts
# Update if a PR resolve one!
DEPENDENCY_CONFLICTS=10
DEPENDENCY_CONFLICTS=9
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)