161 Commits (af6a5efa538763eb2503b54742d8f6b10a60c79f)

Author SHA1 Message Date
Rapptz af6a5efa53 Fix crashes when Message.guild is Object 5 years ago
Merlintor 1451f790a0 Explicitly check for guild object 5 years ago
Harmon 6f9793fe5e Fixes and improvements for v1.3 documentation 5 years ago
Rapptz 02397306b2 Drop superfluous zero in version related changes in the documentation 5 years ago
Rapptz 4cf02c9461 Update attachment documentation for width/height applying to videos too 5 years ago
Rapptz 6071607176 Bump copyright year to 2020 5 years ago
Rapptz a1d41f16d8 Document NotFound exception raise in message deletion endpoints 5 years ago
Rapptz 87f9dcff9c Add support for clearing a specific reaction. 5 years ago
Rapptz 195b5188e8 Add Attachment.to_file to easily send an attachment. 5 years ago
Rapptz fdab6e464f Remove unnecessary pass using regex in Message.clean_content 5 years ago
Michael H 6794bdaac5 Use discord.utils.escape_mentions as last step of 5 years ago
NCPlayz 9c6a121644 Implement discord.MessageFlags 5 years ago
Io Mintz ecff52a7e8 Document the exception-suppressing behaviour of Message.delete 5 years ago
Rapptz a6f61dcbde Fix all deprecation warnings for 3.8 5 years ago
Rapptz 15f0b000e1 Move PartialEmoji over to a new namespace to avoid circular imports 5 years ago
Steve C 5022aa5a0b Fix broken versionadded in Message.is_system() 6 years ago
Rapptz 1488957a6f Add Message.is_system to more intuitively filter system messages. 6 years ago
Dice da4bb0610c Add CHANNEL_FOLLOW_ADD Message Type 6 years ago
Rapptz bbc50c92d0 Add upgraded Member to Message.mentions in case of no cache. 6 years ago
Rapptz 5c1b239b47 Different method of upgrading user instances 6 years ago
Rapptz 70e62e8fe4 Fix regression where Message.edited_at would not update during edits 6 years ago
Rapptz 0cca3ca5c6 Add support for suppressing embeds. 6 years ago
Rapptz f84219c2b2 Improve performance of parsing MESSAGE_UPDATE and MESSAGE_CREATE events 6 years ago
NCPlayz 3c9bcc2851 Improve documentation 6 years ago
Rapptz 5dce3410e6 Add support for new message types related to premium guilds. 6 years ago
Rapptz 2cd6d771ec Make __repr__ slightly more detailed and add a few missing ones. 6 years ago
Rapptz ab6dd2a27a Add note for Message.tts 6 years ago
Ehren Julien-Neitzert fc5a2936dd Fix pluralization errors in various files 6 years ago
Rapptz cef8677c68 Proper location of versionadded 6 years ago
Vexs 7dfaa5e9ae Add read method to attachment objects 6 years ago
Rapptz 746e20a826 Make Message.ack an actual coroutine function. 6 years ago
Rapptz a7f3300821 Add versionchanged to Message.delete 6 years ago
Vexs 0f48b78987 Add delay kwarg to message.delete() 6 years ago
Vexs f38b199d6a Add support for <:name:id> format for adding reactions 6 years ago
Rapptz 14d66e7b9c Internal consistency with message related HTTPClient methods 6 years ago
Rapptz bb5aaf2ab3 Missing a word in Attachment.save 6 years ago
Rapptz 79a8249bc7 Add note about escape_markdown in Message.clean_content 6 years ago
Rapptz 7c5a4b67d7 Fix Attachment.save wording nit. 6 years ago
NCPlayz be227ebcf0 Redesign asset retrieval in the library. 6 years ago
NCPlayz fb02191b80 Organise documentation 6 years ago
Rapptz 6ffd079cb9 Support path-like objects in Attachment.save. 6 years ago
Rapptz 73aca4d4d3 Expose Embed.from_data as Embed.from_dict 6 years ago
Rapptz e15b4ef8e4 Revert default parameter use_cached of Attachment.save back to False. 6 years ago
Rapptz aceec2009a Have use_cached=True by default for Attachment.save. 6 years ago
Maku 6f1dff78d4 Added cached saving for attachments 6 years ago
Rapptz 7240d170c1 Update Member.joined_at on MESSAGE_CREATE and document it can be None. 6 years ago
slice cfc2e47b4f Manually calculate millisceond epoch rather than bitshifting 6 years ago
slice 4ab9c874f8 Fix system_content returning incorrect join messages 6 years ago
Dante Dam 9656a21ebe Bumped copyright years to 2019. 6 years ago
Rapptz 93d576a65b Add support for spoiler attachments. 6 years ago