Replace discord.py with nextcord (#66540)
* Replace discord.py with nextcord * Typing tweak * Another pip check decrease :)
This commit is contained in:
parent
23a22d1860
commit
cb03db8df4
4 changed files with 19 additions and 16 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue