aboutsummaryrefslogtreecommitdiff
path: root/discord/embeds.py
Commit message (Expand)AuthorAgeFilesLines
* Make checking for truth-ness of EmbedProxy easier.Rapptz2017-06-161-0/+3
* Handle aware datetimes in embeds.Rapptz2017-03-131-2/+9
* Update copyright year to 2017.Rapptz2017-01-201-1/+1
* Add missing fields to Embed.from_data()Ian Salmons2017-01-081-1/+1
* Move message creation to a factory method inside ConnectionState.Rapptz2017-01-031-3/+2
* Absolute import some circular dependencies to appease Python 3.4.Rapptz2017-01-031-2/+3
* Make discord.Embed builder more strict and easier to use.Rapptz2016-11-221-70/+147
* Add support for rich embeds.Rapptz2016-11-131-0/+398