109 Commits (3d03dbc45179f645b59838729047e896cc387049)

Author SHA1 Message Date
Rapptz 3d03dbc451 Change internal role storage in Guild to a dict instead of a list. 7 years ago
BeatButton a4d1599ce9 Change docstrings to raw-strings 7 years ago
Bryan Forbes deda5c4e97 Fix behavior of reaction type-conversion 7 years ago
Hornwitser c8b49d37be [lint] Fix incorrect and inconsistent whitespace 7 years ago
Hornwitser 3679819c53 [lint] Remove unnecessary lambdas 7 years ago
Hornwitser d58fc0ccee [lint] Remove unused imports 7 years ago
Dunkledore 9d8e791a4e Update Message.author doctring 7 years ago
bmintz 0c446398d1 message: de-duplicate reaction type conversion 7 years ago
Rapptz 1538c78836 Change jump_to_url to jump_url and fix format. 7 years ago
Rapptz c67d95327e Remove dead package references. 7 years ago
Rapptz f25091efe1 Drop support for Python 3.4 and make minimum version 3.5.2. 7 years ago
Rapptz 7eb918b19e Add Message.jump_to_url 7 years ago
Steve C 0e945915b7 Fixes various documentation errors/inconsistencies 7 years ago
Rapptz 60f0b22cbb Filter null mentions when creating a Message. 7 years ago
Rapptz f8f8f418f3 Split Game object to separate Activity subtypes for Rich Presences. 7 years ago
Rapptz 355eb08b25 Add seek_begin keyword argument to Attachment.save 7 years ago
Gorialis 04d9dd9c0d Change PartialReactionEmoji to PartialEmoji, add a PartialEmojiConverter 7 years ago
Tobotimus 3112e1c17e Add intersphinx 7 years ago
Chkoupinator b268d81649 Added a missing "to" in Message.raw_mentions documentation. 7 years ago
CloudNineK 0f56ce7c13 Fix typo in Message.embeds documentation. 7 years ago
Rapptz da9828c41f Use the proper endpoint for removing your own reaction. 7 years ago
Rapptz 9a0e9b0494 Update system_content strings for MessageType.new_member. 8 years ago
Rapptz 63231ef033 Remove reason keyword argument from message deletion. 8 years ago
MysterialPy adf99eb2cd Add delete_after to 'edit'. 8 years ago
Rapptz b3cad74442 Message content is Optional in Message.edit. 8 years ago
Rapptz 8caa088d25 Allow PartialReactionEmoji in add_reaction and remove_reaction. 8 years ago
Rapptz f607febaf7 Fix Message.remove_reaction and Message.add_reaction taking in Reaction 8 years ago
Rapptz 72780e7737 Actually expose Message.webhook_id. 8 years ago
Rapptz d239cc2666 Implement "partial" message events. 8 years ago
Rapptz fc0b90582d Writing to files is 'wb' not 'rb'. 8 years ago
Rapptz 8d3279b291 Implement an Attachment model. 8 years ago
Rapptz 3727618b65 Kill remaining references to discord.Channel in documentation. 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 d24c2a09b6 Change some format usage to use %-formatting. 8 years ago
Rapptz b05d8790fc Allow using Reaction objects while adding or removing reactions. 8 years ago
Rapptz 83649d7f0a Support for new member message types. 8 years ago
Rapptz 1fc08bc5a2 Remove unused imports. 8 years ago
Rapptz 51b0baeb9d Speed up message update handling. 8 years ago
Rapptz c089aa199b Remove Message.edited_timestamp in favour of Message.edited_at 8 years ago
Rapptz 9a1215e13b Add support for message acking. 8 years ago
Rapptz c8250d7cd5 Fix bug with Message.role_mentions always being empty. 8 years ago
Rapptz 926f01f0b6 Call message edit handlers after attempting to patch individual fields 8 years ago
Rapptz 3504de4635 Fix more places where server is used instead of guild in docstrings. 8 years ago
Rapptz 01c17704bc Remove unused Message._handle_upgrades function. 8 years ago
Rapptz b27fab09eb Allow removing an embed in Message.edit 8 years ago
Rapptz ff9f5749e1 Update copyright year to 2017. 8 years ago
Rapptz 92dd519b1a Remove _get_guild_id from Messageable ABC. 8 years ago
Rapptz 98b981848d Move message creation to a factory method inside ConnectionState. 8 years ago
Rapptz 5e6bfecb07 Move away from StateContext and use ConnectionState directly. 8 years ago