aboutsummaryrefslogtreecommitdiff
path: root/discord/emoji.py
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2017.Rapptz2017-01-201-1/+1
|
* Move message creation to a factory method inside ConnectionState.Rapptz2017-01-031-2/+2
|
* Add useful repr to all data classes.Rapptz2017-01-031-0/+3
|
* Absolute import some circular dependencies to appease Python 3.4.Rapptz2017-01-031-2/+2
|
* Re-add support for reactions.Rapptz2017-01-031-0/+3
| | | | | We now store emojis in a global cache and make things like adding and removing reactions part of the stateful Message class.
* Make emojis and members stateful.Rapptz2017-01-031-0/+50
|
* Rename Server to Guild everywhere.Rapptz2017-01-031-6/+6
|
* Switch IDs to use int instead of strRapptz2017-01-031-10/+10
|
* Begin working on the rewrite.Rapptz2017-01-031-7/+9
|
* Emoji.url uses api url.Khazhismel2016-08-061-1/+1
|
* Add emoji url propertyKhazhismel2016-08-021-0/+5
|
* Clean up Emoji documentation.Khazhismel2016-08-011-2/+0
|
* Add custom emoji support.Khazhismel2016-07-311-0/+104