195 Commits (69bdc3a1849407f64ef93bd2e5119e54d6cd2208)

Author SHA1 Message Date
khazhyk 4d87b2f817 Inject full Emoji to Reaction if we have it. 9 years ago
khazhyk c4acc0e1a1 Add support for reactions. 9 years ago
Rapptz da986b2d7c Support for pinned system messages. 9 years ago
Rapptz bd39c3ef45 Add utility properties to CallMessage to query information. 9 years ago
Rapptz 33eba31aac Fix the displaying of Message.system_content 9 years ago
Rapptz a128249b63 Add support for different message types and call message. 9 years ago
Rapptz 01a46f0612 Make Message.channel_mentions unique. 9 years ago
Rapptz b3edb31df5 Add support for message pinning. 9 years ago
Rapptz 5fa715c350 Fix typo in Message.role_mentions documentation. 9 years ago
Rapptz 79f6554289 Add Message.role_mentions and handle them in Message.clean_content 9 years ago
Rapptz 54e9be7aed Message.clean_content now takes into consideration @here mentions. 9 years ago
Rapptz e64787a415 Guard against AttributeErrors when clearing cached slot cache. 9 years ago
Rapptz dfd51b95d6 Make Message.clean_content a cached property again. 9 years ago
Zeta f235dc5ca4 Fix handling of message update in MESSAGE_UPDATE 9 years ago
Rapptz c2ffff1549 Fix bug where @everyone usernames bypass Message.clean_content. 9 years ago
Rapptz 085e8d4eb3 Message.clean_content now handles everyone mentions properly. 9 years ago
Steven Berler 10b0b62f50 performance improvements 9 years ago
Rapptz 5ca13cac8e Add Message.nonce attribute. 9 years ago
Rapptz 89a418a388 Add __slots__ for missing classes that didn't have it. 9 years ago
Rapptz db4cc791dd Update license of files to 2016. 9 years ago
Rapptz 33dbd84398 Message no longer upgrades if the channel is an Object 9 years ago
Rapptz f1f0e169e4 Add __slots__ where appropriate to data classes. 9 years ago
Rapptz 613214f197 Add Message.clean_content property to get prettified mentions. 9 years ago
Rapptz ebcb532c38 Change regex from \d+ to [0-9]+ for performance reasons. 9 years ago
Rapptz 9f92536441 Clean-up documentation to use NumPy style docs on remaining classes. 9 years ago
Rapptz de1c74a399 Make more things into properties. 9 years ago
Rapptz c3e7ba3671 Message.channel's Object instance has an is_private attribute now. 9 years ago
Rapptz ed53f3fb3a Add caveat note about Message.mention_everyone 9 years ago
Rapptz 101d8d52b6 Add warning for Message.mentions order being non-deterministic. 9 years ago
Rapptz acbbaa39ad Add Message.channel_mentions 10 years ago
Rapptz da37ff16c1 Add get_raw_[channel_]mentions to Message 10 years ago
Rapptz e88c194e9a Fix is_private check in mentions array handling. 10 years ago
Rapptz 692a6a3bc6 Fix ordering issue with Message.server 10 years ago
Rapptz 75658f46a2 Message.mentions now returns a list of Member instead of User 10 years ago
Rapptz c49ff36a7b Make Message.channel an Object if something goes wrong. 10 years ago
Rapptz 1a13f9ad30 Add Message.server attribute shortcut. 10 years ago
Rapptz c8535f714e Documentation fixes for Message. 10 years ago
Rapptz 15b83b2743 Message.author is now either Member or User. 10 years ago
Rapptz b4e6591c9d Refactor parse_time into its own utils file. 10 years ago
Rapptz b00ad4ad79 Use kwargs if the number of arguments needed is too many. 10 years ago
Rapptz b7fc383013 Python3 import fixes. 10 years ago
Rapptz de3bce2b32 Fix issue with some MESSAGE_UPDATE events. 10 years ago
Rapptz b5a371812f Some documentation warning fixes. 10 years ago
Rapptz 2edd29684d Change the way timestamps are parsed. 10 years ago
Rapptz 3e0f09d32c Initial commit 10 years ago