Skip to content

Commit

Permalink
Update dpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
raidensakura committed Jun 23, 2024
1 parent c989b54 commit 9a3fedd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ however, insignificant breaking changes do not guarantee a major version bump, s

- Plugin registry now loads the local file when it failed to fetch from the repo.
- `registry_plugins_only` is now a configurable option within the bot.
- discord.py version has been updated to 2.4.0.

### Removed

Expand Down
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1777,7 +1777,7 @@ def main():
pass

# check discord version
discord_version = "2.3.2"
discord_version = "2.4.0"
if discord.__version__ != discord_version:
logger.warning(
"discord.py version mismatch detected. Expected %s, received %s",
Expand Down
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ uvloop = {version = "~=0.17.0", markers = "sys_platform != 'win32'"}
requests = "~=2.31.0"
attrs = "~=23.1.0"
strenum = "^0.4.15"
"discord.py" = {version = "2.3.2", extras = ["speed"]}
"discord.py" = {version = "2.4.0", extras = ["speed"]}
packaging = "^23.2"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 9a3fedd

Please sign in to comment.