it's gonna be a minor bump after all

pull/79/head
jack1142 5 years ago committed by GitHub
parent 8e238efb07
commit 98954f1da6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@ import asyncio
Cog: Any = getattr(commands, "Cog", object) Cog: Any = getattr(commands, "Cog", object)
if version_info < VersionInfo.from_str("3.3.2"): if version_info < VersionInfo.from_str("3.4.0"):
SANITIZE_ROLES_KWARG = {} SANITIZE_ROLES_KWARG = {}
else: else:
SANITIZE_ROLES_KWARG = {"sanitize_roles": False} SANITIZE_ROLES_KWARG = {"sanitize_roles": False}

Loading…
Cancel
Save