diff options
| author | Tarek <[email protected]> | 2020-09-21 09:36:58 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-09-21 03:36:58 -0400 |
| commit | 7f17dc79a6e2dece4a8e37b8c3ac18bfe3b1d49d (patch) | |
| tree | 87c85d078110d4c0c8a8937f0f6a6637fb169273 /discord/client.py | |
| parent | Add bot.listen() suggestion to on_message faq (diff) | |
| download | discord.py-7f17dc79a6e2dece4a8e37b8c3ac18bfe3b1d49d.tar.xz discord.py-7f17dc79a6e2dece4a8e37b8c3ac18bfe3b1d49d.zip | |
Remove namedtuples to better future guard the library
Diffstat (limited to 'discord/client.py')
| -rw-r--r-- | discord/client.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/discord/client.py b/discord/client.py index 59be489a..f0c1fee6 100644 --- a/discord/client.py +++ b/discord/client.py @@ -25,7 +25,6 @@ DEALINGS IN THE SOFTWARE. """ import asyncio -from collections import namedtuple import logging import signal import sys |