| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add private get_slots utility to get slots through MRO | Rapptz | 2021-05-28 | 1 | -0/+8 | |
| | | ||||||
| * | Fix View.wait not returning when it times out | Rapptz | 2021-05-28 | 1 | -5/+14 | |
| | | | | | This also makes it so it returns the reason why the wait finished. | |||||
| * | Add a timeout callback for detecting when a View times out | Rapptz | 2021-05-28 | 1 | -3/+24 | |
| | | ||||||
| * | Add View.remove_item and View.clear_items | Rapptz | 2021-05-28 | 1 | -0/+18 | |
| | | ||||||
| * | Add View.interaction_check for interaction pre-conditions | Rapptz | 2021-05-28 | 1 | -0/+36 | |
| | | ||||||
| * | Add Role.is_assignable() | Tyler | 2021-05-28 | 1 | -0/+7 | |
| | | ||||||
| * | Add a way to wait for a view to finish its interactions | Rapptz | 2021-05-27 | 1 | -0/+9 | |
| | | ||||||
| * | Fix extraneous colons in the documentation for ButtonStyle | MrKomodoDragon | 2021-05-27 | 1 | -5/+5 | |
| | | ||||||
| * | Button labels can be None | Zomatree | 2021-05-27 | 3 | -15/+14 | |
| | | ||||||
| * | Add Member.get_role | Michael H | 2021-05-27 | 1 | -0/+17 | |
| | | | | | | | | | | Adds an efficient way to check if a member has a role by ID. This is done in a way consistent with the existing user API of the library. The more debated Member.has_role_id/has_role is intentionally not included for review at this time given the heavy bikeshedding of it. | |||||
| * | Add warning for comparing with role positioning | Rapptz | 2021-05-27 | 1 | -0/+9 | |
| | | ||||||
| * | Allow passing multiple embeds in InteractionResponse.edit_message | Rapptz | 2021-05-27 | 1 | -3/+15 | |
| | | ||||||
| * | Allow View to be instantiated without subclassing | Rapptz | 2021-05-27 | 1 | -3/+1 | |
| | | ||||||
| * | Fix typings for resolved channels in slash commands | Rapptz | 2021-05-27 | 1 | -2/+9 | |
| | | ||||||
| * | Only automatically defer if no response was given in callback | Rapptz | 2021-05-27 | 1 | -1/+2 | |
| | | ||||||
| * | Add support for setting interaction responses | Rapptz | 2021-05-27 | 3 | -7/+268 | |
| | | ||||||
| * | Add interaction related endpoints to async webhook | Rapptz | 2021-05-27 | 1 | -0/+73 | |
| | | ||||||
| * | Fix some type hints in interactions | Rapptz | 2021-05-27 | 1 | -2/+3 | |
| | | ||||||
| * | [Interactions] Create User only when in DMs | AXVin | 2021-05-27 | 1 | -5/+7 | |
| | | ||||||
| * | Force button style to link if a URL is passed | Rapptz | 2021-05-27 | 1 | -0/+3 | |
| | | ||||||
| * | Add aliases for button style colours | Rapptz | 2021-05-27 | 2 | -0/+19 | |
| | | ||||||
| * | Rename enums to use official API naming | Rapptz | 2021-05-27 | 4 | -23/+24 | |
| | | ||||||
| * | Properly guard for DMs in interaction creation | Rapptz | 2021-05-27 | 1 | -5/+6 | |
| | | | | | Fix #6794 | |||||
| * | Make Item and Button generic over the underlying view | Rapptz | 2021-05-27 | 2 | -6/+8 | |
| | | ||||||
| * | Change the way callbacks are defined to allow deriving | Rapptz | 2021-05-27 | 3 | -89/+45 | |
| | | | | | | This should hopefully make these work more consistently as other functions do. | |||||
| * | Fix emoji not showing up in button component | Rapptz | 2021-05-27 | 1 | -0/+4 | |
| | | ||||||
| * | Add initial support for buttons and components | Rapptz | 2021-05-27 | 17 | -14/+1195 | |
| | | ||||||
| * | Fix bug in Embed.__len__ caused by footer without text | Mikey | 2021-05-27 | 1 | -3/+3 | |
| | | ||||||
| * | [commands] Remove function call indirection when checking author | Rapptz | 2021-05-25 | 1 | -2/+1 | |
| | | ||||||
| * | Remove VerificationLevel aliases | Stanisław Jelnicki | 2021-05-25 | 2 | -22/+6 | |
| | | ||||||
| * | [commands] Remove Bot.self_bot | Tari | 2021-05-25 | 1 | -9/+1 | |
| | | ||||||
| * | Fix minor typo in typing() docs | numbermaniac | 2021-05-25 | 1 | -1/+1 | |
| | | ||||||
| * | Fix default hook signature | Imayhaveborkedit | 2021-05-25 | 1 | -1/+1 | |
| | | | | | Since the hook function can be both bound and unbound the bound signature needs to accept an extra argument | |||||
| * | Fix cached_slot_property typings again | Rapptz | 2021-05-23 | 1 | -2/+1 | |
| | | ||||||
| * | Add a note about overwriting in set_permissions | pikaninja | 2021-05-23 | 1 | -0/+4 | |
| | | ||||||
| * | Add Discord Certified Moderator user flag | Stanisław Jelnicki | 2021-05-23 | 3 | -0/+12 | |
| | | ||||||
| * | [docs] typo fix | Nadir Chowdhury | 2021-05-23 | 1 | -1/+1 | |
| | | ||||||
| * | Fix Webhook example | apple502j | 2021-05-23 | 1 | -1/+1 | |
| | | ||||||
| * | Add vws message hook | Imayhaveborkedit | 2021-05-23 | 1 | -3/+10 | |
| | | ||||||
| * | Improve the example for abc.Messageable.typing | MrKomodoDragon | 2021-05-23 | 1 | -3/+4 | |
| | | ||||||
| * | Consistent loop attribute description | Cryptex | 2021-05-23 | 1 | -1/+1 | |
| | | ||||||
| * | [commands] Add BadColorArgument to __all__ | Tari | 2021-05-16 | 1 | -0/+1 | |
| | | ||||||
| * | Fix sending arrays with nulls in them when changing presences | Rapptz | 2021-05-16 | 1 | -2/+4 | |
| | | ||||||
| * | Fix Colour.fuchsia docstring typo | chromacoat dreamkey | 2021-05-15 | 1 | -1/+1 | |
| | | ||||||
| * | Change Colour.blurple to new one | Dorukyum | 2021-05-15 | 1 | -1/+6 | |
| | | | | This moves the old one to Colour.og_blurple. | |||||
| * | [tasks] Replace None check with MISSING check in task loop | Josh | 2021-05-15 | 1 | -2/+2 | |
| | | ||||||
| * | [commands] Update command.parent and command.parents docs | NextChai | 2021-05-15 | 1 | -4/+4 | |
| | | | | * Switch root_parent from command to group | |||||
| * | Update docs for (Partial)Message.publish to reflect the actual permissions ↵ | Alex Nørgaard | 2021-05-15 | 1 | -1/+3 | |
| | | | | | needed | |||||
| * | Add Colour.fuchsia and Colour.yellow | Arnav Jindal | 2021-05-15 | 1 | -0/+17 | |
| | | ||||||
| * | Fix for doc reference to python "raise" statement | ChasL | 2021-05-15 | 1 | -1/+1 | |
| | | | | | | | | | :ref:`py:raise` -> :ref:`raise statement <py:raise>` Before fix the text reads: "...define an on_error handler consisting of a single empty The raise statement." After fix it should read: "...define an on_error handler consisting of a single empty raise statement." | |||||