Skip to content

Commit

Permalink
fix(requirements.txt): updated nextcord dependency
Browse files Browse the repository at this point in the history
Updated the nextcord dependency in requirements.txt. The version has
been switched from a generic version to a version from a specific GitHub
repository that corrects display name behaviour. No other dependencies
were affected.
  • Loading branch information
ToasterUwU committed Nov 15, 2023
1 parent 18756b8 commit 2d304e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextcord[speed, voice] == 2.6.*
nextcord[speed, voice] @ git+https://github.com/ToasterUwU/nextcord.git@display_name-behaviour-correction
orjson == 3.9.*
aiohttp == 3.8.*
Levenshtein == 0.23.*
Expand Down

0 comments on commit 2d304e6

Please sign in to comment.