aboutsummaryrefslogtreecommitdiff
path: root/discord/abc.py
Commit message (Collapse)AuthorAgeFilesLines
* Add MessageChannel.typing context manager for prolonged typing.Rapptz2017-01-031-0/+15
|
* Split channel types.Rapptz2017-01-031-0/+277
| | | | | | | | | | | This splits them into the following: * DMChannel * GroupChannel * VoiceChannel * TextChannel This also makes the channels "stateful".
* Add some basic ABCs.Rapptz2017-01-031-0/+77