edit DiscordPyOutdated exception

This commit is contained in:
cloudwithax 2022-08-29 19:59:51 -04:00
parent cfb4217cc0
commit 0c8485971b
1 changed files with 2 additions and 2 deletions

View File

@ -15,10 +15,10 @@ if not discord.__version__.startswith("2.0"):
raise DiscordPyOutdated( raise DiscordPyOutdated(
"You must have discord.py 2.0 to use this library. " "You must have discord.py 2.0 to use this library. "
"Uninstall your current version and install discord.py 2.0 " "Uninstall your current version and install discord.py 2.0 "
"using 'pip install git+https://github.com/Rapptz/discord.py@master'" "using 'pip install discord.py'"
) )
__version__ = "1.1.7b" __version__ = "1.1.7"
__title__ = "pomice" __title__ = "pomice"
__author__ = "cloudwithax" __author__ = "cloudwithax"