mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 09:56:05 -05:00
[V3] Actually add compatibility with 3.5.1 (#1155)
* Fix 3.5.1 issue with TYPE_CHECKING * I hate you * Smarter...
This commit is contained in:
@@ -4,10 +4,6 @@ import discord
|
||||
|
||||
# Let's do all the dumb version checking in one place.
|
||||
|
||||
|
||||
if sys.version_info < (3, 5, 2):
|
||||
typing.TYPE_CHECKING = False
|
||||
|
||||
if discord.version_info.major < 1:
|
||||
print("You are not running the rewritten version of discord.py.\n\n"
|
||||
"In order to use Red v3 you MUST be running d.py version"
|
||||
|
||||
Reference in New Issue
Block a user