| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update thread permissions | James Gayfer | 2021-08-26 | 1 | -2/+2 |
| | | | | | | | | Discord has renamed / repurposed "Use Public Threads" and "Use Private Threads", as well as added a new permission "Send Messages in Threads". For more information, see: https://github.com/discord/discord-api-docs/pull/3672 | ||||
| * | Add type hint for suppress parameter | Rapptz | 2021-08-23 | 1 | -1/+1 |
| | | |||||
| * | Remove in-place edits and return fresh instances instead | Rapptz | 2021-08-23 | 1 | -6/+7 |
| | | | | | Fixes #4098 | ||||
| * | Use getattr for default_auto_archive_duration in Message.create_thread | Rapptz | 2021-08-23 | 1 | -1/+2 |
| | | | | | | Some channel types do not have this attribute so a fallback is necessary to prevent the attribute access from erroring. | ||||
| * | Fix message.py typehints | Stocker | 2021-08-23 | 1 | -12/+19 |
| | | |||||
| * | Use channel default auto archive duration | James Gayfer | 2021-08-18 | 1 | -3/+3 |
| | | | | | | | | | | Currently creating a new thread uses a default auto archive duration of 1440 minutes, or 1 day. Rather than prescribing our own default, we can use the default auto archive duration that is set on the channel. This ensures that newly created threads will respect the default auto archive duration as prescribed by the user. | ||||
| * | Fix documentation for Message.is_system | Rapptz | 2021-08-18 | 1 | -3/+11 |
| | | | | | Also fixes some formatting | ||||
| * | Fix missing or broken versionadded in docstrings | AkshuAgarwal | 2021-08-18 | 1 | -0/+2 |
| | | | | This also documents BadFlagArgument.flag | ||||
| * | Add other message types exclusions to Message.is_system | SYCKGit | 2021-08-18 | 1 | -1/+1 |
| | | | | | Message.is_system was checking if self.type is MessageType.default but now there are other MessageTypes that are not system messages | ||||
| * | Rename start_thread to create_thread for consistency | Rapptz | 2021-08-12 | 1 | -6/+6 |
| | | |||||
| * | Add support for PartialMessageable instances | Rapptz | 2021-08-10 | 1 | -3/+3 |
| | | | | | | This allows library users to send messages to channels without fetching it first. | ||||
| * | implement guild stickers | Nadir Chowdhury | 2021-07-30 | 1 | -4/+4 |
| | | |||||
| * | Allow creating a public thread without a starter message | Rapptz | 2021-07-28 | 1 | -2/+1 |
| | | |||||
| * | Fix PartialMessage rejecting Threads | nickofolas | 2021-07-28 | 1 | -2/+9 |
| | | |||||
| * | Add system_content for thread message types, fix other system_content issues | Lilly Rose Berner | 2021-07-28 | 1 | -10/+37 |
| | | |||||
| * | [commands] Fix (Partial)MessageConverter to work with thread messages | Nadir Chowdhury | 2021-07-10 | 1 | -7/+10 |
| | | |||||
| * | Fix Client.fetch_channel not returning Thread | Alex Nørgaard | 2021-07-03 | 1 | -1/+1 |
| | | |||||
| * | Document TextChannel.start_thread return type | Rapptz | 2021-07-03 | 1 | -0/+5 |
| | | |||||
| * | Change Message.__repr__ to show inherited type name | Rapptz | 2021-07-03 | 1 | -2/+2 |
| | | |||||
| * | [docs] Fix more references | Josh | 2021-07-01 | 1 | -1/+1 |
| | | | | Co-Authored-By: Riley Shaw <[email protected]> | ||||
| * | Typehint Member and various typing fixes | Rapptz | 2021-06-30 | 1 | -2/+5 |
| | | |||||
| * | Add explicit types to variables in Message types | Rapptz | 2021-06-29 | 1 | -39/+47 |
| | | |||||
| * | Set Message.guild from guild_id if unavailable through Message.channel | Lilly Rose Berner | 2021-06-28 | 1 | -12/+10 |
| | | |||||
| * | Rework Message.edit implementation | Rapptz | 2021-06-28 | 1 | -64/+46 |
| | | |||||
| * | Add support for sending multiple embeds | Aomi Vel | 2021-06-27 | 1 | -4/+32 |
| | | |||||
| * | Change how threads are created | Rapptz | 2021-06-08 | 1 | -1/+1 |
| | | | | | | | | | Instead of start_public_thread and start_private_thread they'll now be one method. I might revert this if starting a public thread without a message never ends up happening. | ||||
| * | Allow Message.channel to be a thread | Rapptz | 2021-06-08 | 1 | -4/+5 |
| | | |||||
| * | Implement remaining HTTP endpoints on threads | Rapptz | 2021-06-08 | 1 | -2/+41 |
| | | | | | | I'm not sure if I missed any -- but this is the entire documented set so far. | ||||
| * | Return message content for replies in Message.system_content | Lilly Rose Berner | 2021-06-06 | 1 | -3/+6 |
| | | |||||
| * | Remove view syncing before editing in views | Rapptz | 2021-05-31 | 1 | -0/+2 |
| | | | | | | This prevents a potential race condition when a MESSAGE_UPDATE is received syncing and refreshing the view components causing a desync. | ||||
| * | Check for view finished state before resuming listening on edit | Rapptz | 2021-05-31 | 1 | -2/+2 |
| | | |||||
| * | Add support for editing in views in PartialMessage | Rapptz | 2021-05-31 | 1 | -1/+20 |
| | | |||||
| * | Fix Message.edit typings to take View parameters | Rapptz | 2021-05-30 | 1 | -0/+2 |
| | | |||||
| * | Add initial support for buttons and components | Rapptz | 2021-05-27 | 1 | -1/+32 |
| | | |||||
| * | Update docs for (Partial)Message.publish to reflect the actual permissions ↵ | Alex Nørgaard | 2021-05-15 | 1 | -1/+3 |
| | | | | | needed | ||||
| * | Type up **kwargs of various methods | Nadir Chowdhury | 2021-05-10 | 1 | -3/+21 |
| | | |||||
| * | Fix typings in message.py | Rapptz | 2021-05-05 | 1 | -5/+5 |
| | | |||||
| * | Fix supressing messages leading a 400 error | Rapptz | 2021-05-01 | 1 | -1/+1 |
| | | | | | | This only makes it so allowed_mentions are passed if the message is authored by the bot itself. | ||||
| * | Reformat message.py file | Rapptz | 2021-05-01 | 1 | -21/+71 |
| | | |||||
| * | Add types to PartialMessage | Rapptz | 2021-05-01 | 1 | -23/+15 |
| | | |||||
| * | Add typings for message related classes | Zomatree | 2021-05-01 | 1 | -89/+116 |
| | | |||||
| * | Add support for editing message attachments | Rapptz | 2021-04-21 | 1 | -0/+27 |
| | | |||||
| * | Add `MessageType.guild_invite_reminder` | Nadir Chowdhury | 2021-04-18 | 1 | -0/+3 |
| | | |||||
| * | Add missing reprs to some objects | Steve C | 2021-04-17 | 1 | -0/+3 |
| | | | | These are WidgetMember, BaseUser, and DeletedReferencedMessage | ||||
| * | Refactor save() and read() into AssetMixin | Rapptz | 2021-04-17 | 1 | -1/+1 |
| | | |||||
| * | Use default allowed_mentions in Message.edit | Rapptz | 2021-04-16 | 1 | -1/+2 |
| | | | | | Fix #6745 | ||||
| * | Revert Attachment.save code to prior implementation | Rapptz | 2021-04-16 | 1 | -2/+2 |
| | | |||||
| * | Rewrite Asset design | Rapptz | 2021-04-16 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | This is a breaking change. This does the following transformations, assuming `asset` represents an asset type. Object.is_asset_animated() => Object.asset.is_animated() Object.asset => Object.asset.key Object.asset_url => Object.asset_url Object.asset_url_as => Object.asset.replace(...) Since the asset type now requires a key (or hash, if you will), Emoji had to be flattened similar to how Attachment was done since these assets are keyed solely ID. Emoji.url (Asset) => Emoji.url (str) Emoji.url_as => removed Emoji.url.read => Emoji.read Emoji.url.save => Emoji.save This transformation was also done to PartialEmoji. | ||||
| * | Restrict snowflake regexes to 15-20 digits | Nadir Chowdhury | 2021-04-16 | 1 | -3/+3 |
| | | |||||
| * | [docs] Fix various unresolved references | Nadir Chowdhury | 2021-04-15 | 1 | -3/+3 |
| | | |||||