aboutsummaryrefslogtreecommitdiff
path: root/discord/client.py
Commit message (Expand)AuthorAgeFilesLines
* Use v2 of the Discord API.Rapptz2015-08-221-1/+2
* Rename project from pydiscord to discord.pyRapptz2015-08-221-2/+2
* Some documentation warning fixes.Rapptz2015-08-211-3/+3
* Add logs_from function to get channel logs from a channel.Rapptz2015-08-211-0/+26
* Add the ability to edit messages.Rapptz2015-08-211-8/+36
* Add on_message_edit event.Rapptz2015-08-211-2/+19
* Add the ability to delete messagesRapptz2015-08-211-0/+9
* Return the message created when calling send_messageRapptz2015-08-211-0/+6
* Fix heartbeat interval bug.Rapptz2015-08-211-4/+20
* Add on_message_delete event and Client.messages attribute.Rapptz2015-08-211-2/+23
* Initial commitRapptz2015-08-211-0/+280