Skip to content

Commit

Permalink
Bump Pycord to newest version (#157)
Browse files Browse the repository at this point in the history
* Bump Pycord to newest version

* Update checked Pycord version
  • Loading branch information
solaluset authored Jul 5, 2024
1 parent 9b66e8a commit 8a41db9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion musicbot/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def extract_ffmpeg_timestamp(version: str) -> int:


def check_dependencies():
if pycord_version != "2.5.9-SL":
if pycord_version != "2.5.10-SL":
raise ImportError(
"you have wrong version of Pycord."
" Please install the version specified in requirements.txt"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
py-cord[voice] @ https://github.com/solaluset/pycord/releases/download/v2.5.9/py_cord-2.5.9-py3-none-any.whl
py-cord[voice] @ https://github.com/solaluset/pycord/releases/download/v2.5.10/py_cord-2.5.10-py3-none-any.whl
yt-dlp==2024.7.1
aiohttp==3.9.5
beautifulsoup4==4.12.3
Expand Down

0 comments on commit 8a41db9

Please sign in to comment.