Skip to content

Commit 6f28445

Browse files
committed
Merge branch 'master' of https://github.com/kyb3r/modmail
2 parents 8b893bd + 0a9c35a commit 6f28445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1590,7 +1590,7 @@ def main():
15901590
# check discord version
15911591
if discord.__version__ != "1.6.0":
15921592
logger.error(
1593-
"Dependencies are not updated, run pipenv install. discord.py version expected 1.5.2, recieved %s",
1593+
"Dependencies are not updated, run pipenv install. discord.py version expected 1.6.0, recieved %s",
15941594
discord.__version__,
15951595
)
15961596
sys.exit(0)

0 commit comments

Comments
 (0)