Skip to content

Commit

Permalink
Update internal dpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
raidensakura committed Jun 13, 2023
1 parent 063f739 commit 2a4615c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1757,7 +1757,7 @@ def main():
pass

# check discord version
discord_version = "2.2.3"
discord_version = "2.3.0"
if discord.__version__ != discord_version:
logger.error(
"Dependencies are not updated, run pipenv install. discord.py version expected %s, received %s",
Expand Down

0 comments on commit 2a4615c

Please sign in to comment.