33 Commits (d58fc0cceed63b9536a2151168b0e40144ba5d81)

Author SHA1 Message Date
Hornwitser d58fc0ccee [lint] Remove unused imports 7 years ago
PikalaxALT 0e6082c57d Implement roles kwarg for guild.create_custom_emoji and emoji.edit 7 years ago
Rapptz f25091efe1 Drop support for Python 3.4 and make minimum version 3.5.2. 7 years ago
Rapptz 8de382fcd3 Change logic in PartialEmoji.__str__ a little. 7 years ago
Gorialis 04d9dd9c0d Change PartialReactionEmoji to PartialEmoji, add a PartialEmojiConverter 7 years ago
Tobotimus 3112e1c17e Add intersphinx 7 years ago
Rapptz 97fc4bf651 Update Emoji.url to point to the GIF version of the animated emoji. 7 years ago
Rapptz a6bf792dec Animated emoji support. 7 years ago
Pandentia b22f7c76c5 Further clarify how bots can interact with emoji endpoints 8 years ago
Pandentia 51a696e674 Remove reference to "whitelisted" bots for emoji endpoints 8 years ago
Rapptz e5ebea75a9 Lazily fetch Emoji.roles and Emoji.guild to prevent memory leaks. 8 years ago
Ashton Tito e0f733a5c1 use cdn url for custom emojis 8 years ago
Rapptz 8caa088d25 Allow PartialReactionEmoji in add_reaction and remove_reaction. 8 years ago
Rapptz d239cc2666 Implement "partial" message events. 8 years ago
Rapptz f4e01b3a92 Make supported operations stand out more than attributes. 8 years ago
Rapptz f73eb087c9 Use describe instead of tables for supported operations. 8 years ago
Rapptz b44bba6ee6 First pass at documentation reform. 8 years ago
Rapptz dff6bcc745 Add support for audit log reasons. 8 years ago
Rapptz 7f58853e3a Keep track of Emoji instances myself. 8 years ago
Rapptz b88658f42f Allow Emoji to be used in a weakref. 8 years ago
Rapptz ff9f5749e1 Update copyright year to 2017. 8 years ago
Rapptz 98b981848d Move message creation to a factory method inside ConnectionState. 8 years ago
Rapptz dceba9d962 Add useful repr to all data classes. 8 years ago
Rapptz 79a49f9145 Absolute import some circular dependencies to appease Python 3.4. 8 years ago
Rapptz c187d87dae Re-add support for reactions. 9 years ago
Rapptz 5cb3ad14e8 Make emojis and members stateful. 9 years ago
Rapptz d1d54a468a Rename Server to Guild everywhere. 9 years ago
Rapptz 45c729b167 Switch IDs to use int instead of str 9 years ago
Rapptz 044b0824e6 Begin working on the rewrite. 9 years ago
Khazhismel 6344504dfc Emoji.url uses api url. 9 years ago
Khazhismel 14c8aed1a3 Add emoji url property 9 years ago
Khazhismel 504fbaafd5 Clean up Emoji documentation. 9 years ago
Khazhismel c5a989eeb2 Add custom emoji support. 9 years ago