diff options
Diffstat (limited to 'discord/channel.py')
| -rw-r--r-- | discord/channel.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/channel.py b/discord/channel.py index 0d472a11..c346bfcc 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -36,7 +36,7 @@ from .asset import Asset from .errors import ClientException, NoMoreItems from .webhook import Webhook -__all__ = [ +__all__ = ( 'TextChannel', 'VoiceChannel', 'DMChannel', @@ -44,7 +44,7 @@ __all__ = [ 'StoreChannel', 'GroupChannel', '_channel_factory', -] +) async def _single_delete_strategy(messages): for m in messages: |