| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added MessageReference.resolved attribute to get replied to message | Rapptz | 2020-11-27 | 3 | -3/+73 |
| | | |||||
| * | Allow MessageReference to be constructible by users | Rapptz | 2020-11-27 | 2 | -11/+28 |
| | | |||||
| * | Code cleanup involving enums and message replies | Rapptz | 2020-11-27 | 4 | -101/+80 |
| | | |||||
| * | Implement discord.Message.reply | PikalaxALT | 2020-11-26 | 6 | -60/+229 |
| | | |||||
| * | Fix `discord.RoleTags` resolution | Nadir Chowdhury | 2020-11-26 | 1 | -1/+1 |
| | | |||||
| * | Add a way to check if the websocket is rate limited. | Rapptz | 2020-11-26 | 2 | -0/+35 |
| | | | | | | | | | | This is mainly for low level decision making for utilities that need to know whether to fetch a member by HTTP or to query through the websocket. The library already does this trick in some places so it's only fair that end users possess the same ability as well. | ||||
| * | Implement role tags. | Rapptz | 2020-11-26 | 3 | -4/+108 |
| | | | | | | | | | | | | This comes with: * The RoleTags class * Role.is_premium_subscriber() * Role.is_bot_managed() * Role.is_integration() * Guild.self_role * Guild.premium_subscriber_role | ||||
| * | [commands] Allow setting description of cogs | SebbyLaw | 2020-11-26 | 1 | -5/+15 |
| | | |||||
| * | Fix preview_asset key name in Sticker | Rapptz | 2020-11-23 | 1 | -1/+1 |
| | | |||||
| * | [commands] Fetch user if an ID is passed and cache lookup fails. | Rapptz | 2020-11-23 | 1 | -18/+29 |
| | | |||||
| * | Sticker implementation cleanup | Rapptz | 2020-11-23 | 2 | -6/+11 |
| | | |||||
| * | Ensure member key is not overwritten by author key in MESSAGE_UPDATE | Rapptz | 2020-11-23 | 2 | -7/+17 |
| | | | | | | | | This also coerces the older message to take the member data from the newer message so the types are not incompatible. Fix #5999 | ||||
| * | Don't store a user cache if there's no member intent or cache is off | Rapptz | 2020-11-23 | 2 | -0/+10 |
| | | | | | | | | Without a cache or member intent the user cache can get out of date with no events to update the underlying user in the member object. Ref: #6034 | ||||
| * | Add sticker support | Zomatree | 2020-11-23 | 6 | -3/+178 |
| | | |||||
| * | Suppress the creation of a command window from ffmpeg on Windows | Rapptz | 2020-11-21 | 1 | -2/+7 |
| | | | | | Fix #6038 | ||||
| * | Bump dependencies for 3.9 to work without build tools | Rapptz | 2020-11-21 | 2 | -2/+2 |
| | | | | | Fix #5984, #5970 | ||||
| * | Clear the connected flag when potentially reconnecting the player | Rapptz | 2020-11-21 | 1 | -0/+2 |
| | | | | | Fix #5953 | ||||
| * | Fix attribute error during rapid disconnects in VoiceClient. | Rapptz | 2020-11-21 | 1 | -0/+1 |
| | | | | | Fix #6039 | ||||
| * | Fix error with templates not having access to member cache flags. | Rapptz | 2020-11-21 | 4 | -15/+19 |
| | | | | | | | This also changes the attribute from having an underscore Fix #5986 | ||||
| * | Bump version for development purposes | Rapptz | 2020-11-21 | 1 | -2/+2 |
| | | |||||
| * | Clarify Colour.random RNG | Rapptz | 2020-11-21 | 1 | -2/+10 |
| | | |||||
| * | Add Colour.random factory method | Caio Alexandre | 2020-11-21 | 1 | -0/+6 |
| | | |||||
| * | Properly document that categories throw 404's on create_invite. | webtax-gh | 2020-11-21 | 1 | -1/+4 |
| | | |||||
| * | Raise DiscordServerError for 503 Service Unavailable errors | Harmon | 2020-11-21 | 1 | -0/+2 |
| | | |||||
| * | Emphasize intents in the constructors of the examples | Maya | 2020-11-21 | 1 | -0/+3 |
| | | |||||
| * | [commands] Update MessageConverter link regex | Jonathan Feenstra | 2020-11-21 | 1 | -4/+3 |
| | | | | | Remove redundant parts of the MessageConverter regexes and support www | ||||
| * | Raise ClientException when members intent is not enabled on guild.fetch_members | Lukas | 2020-11-21 | 1 | -1/+8 |
| | | |||||
| * | Implement icon_rl_as and cover_image_url_as for AppInfo | SebbyLaw | 2020-11-21 | 4 | -10/+144 |
| | | |||||
| * | Translation sync with crowdin | Rapptz | 2020-10-24 | 19 | -3550/+11929 |
| | | |||||
| * | Version bump to v1.5.1v1.5.1v1.5.x | Rapptz | 2020-10-19 | 1 | -2/+2 |
| | | |||||
| * | Add changelog for v1.5.1 | Rapptz | 2020-10-19 | 1 | -0/+25 |
| | | |||||
| * | Fix error when querying members from the gateway. | Rapptz | 2020-10-19 | 1 | -2/+1 |
| | | | | | I accidentally made this return True instead of the actual member list | ||||
| * | Allow concurrent calls to guild.chunk() | Rapptz | 2020-10-19 | 1 | -23/+35 |
| | | | | | | | This allows people who write guild.chunk() calls in highly concurrent places such as on_message or checks to not spam the gateway with an actual request and instead waits for the pre-existing request to finish | ||||
| * | Load member from guild_member_update dispatch | Florian Spieß | 2020-10-17 | 1 | -0/+3 |
| | | |||||
| * | [commands] Lazily fetch members in discord.Member converters | Rapptz | 2020-10-17 | 1 | -1/+46 |
| | | | | | | This makes commands taking members mostly work transparently without much effort from the user. | ||||
| * | Ensure our own member is never evicted from the cache in any policy. | Rapptz | 2020-10-17 | 1 | -4/+5 |
| | | |||||
| * | Add internal method to check if the websocket is currently ratelimited | Rapptz | 2020-10-17 | 1 | -0/+9 |
| | | |||||
| * | Fix attribute errors when timing out during chunking start-up | Rapptz | 2020-10-17 | 1 | -2/+2 |
| | | |||||
| * | Fix disconnect when trying to move to another voice channel. | Rapptz | 2020-10-17 | 2 | -22/+60 |
| | | | | | | | | | | | Not overly proud of this implementation but this allows the library to differentiate between a 4014 that means "move to another channel" or "move nowhere". Sometimes the VOICE_STATE_UPDATE comes before the actual websocket disconnect so special care had to be taken in that case. Fix #5904 | ||||
| * | Mark intent alias flags as actual aliases to skip them in __iter__ | Rapptz | 2020-10-17 | 1 | -3/+3 |
| | | | | | Fix #5945 | ||||
| * | Evict keys when they're set to None in PermissionOverwrite | Rapptz | 2020-10-17 | 1 | -3/+6 |
| | | | | | Fixes #5929 | ||||
| * | Properly insert at the end if position is not found when moving. | Rapptz | 2020-10-17 | 1 | -1/+1 |
| | | | | | Fixes #5923 | ||||
| * | Escape multi-line quotes properly | Rapptz | 2020-10-17 | 1 | -2/+2 |
| | | | | | Fix #5897 | ||||
| * | Fix Colour.dark_theme docstring. | Josh | 2020-10-16 | 1 | -2/+2 |
| | | |||||
| * | logging.rst: Fix some typos and grammar errors | numbermaniac | 2020-10-16 | 1 | -7/+7 |
| | | |||||
| * | Use Hashable mixin for Message | PythonCoderAS | 2020-10-16 | 1 | -4/+2 |
| | | |||||
| * | Fix typo in event reference | Eric Chan | 2020-10-16 | 1 | -1/+1 |
| | | |||||
| * | Add note pointing to discord.AllowedMentions | ChristopherJHart | 2020-10-04 | 1 | -0/+6 |
| | | |||||
| * | Add intents to the issue template | Rapptz | 2020-10-03 | 1 | -0/+4 |
| | | |||||
| * | Update intent documentation to use defaults | Rapptz | 2020-10-03 | 1 | -1/+1 |
| | | |||||