properly checking TextChannel.can_send

This commit is contained in:
iDutchy
2020-10-21 20:06:47 -05:00
parent c6b417bc7b
commit 14d8310192
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ __title__ = 'discord'
__author__ = 'Rapptz'
__license__ = 'MIT'
__copyright__ = 'Copyright 2015-2020 Rapptz'
__version__ = '1.5.0.2'
__version__ = '1.5.0.3'
__path__ = __import__('pkgutil').extend_path(__path__, __name__)