| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | | | Merge branch 'main' into swfarnsworth-modmail-account-mention | 2023-02-13 | -0/+3 | ||
| | |\ \ \ | |/ / / |/| | | | |||||
| * | | | | Merge pull request #2401 from python-discord/legacy_role | 2023-02-13 | -0/+3 | ||
| |\ \ \ \ | | | | | | | | | | | Add legacy help access to self-assignable roles | ||||
| | * | | | | Add legacy help access to self-assignable roles | 2023-02-13 | -0/+3 | ||
| |/ / / / | |||||
| | * | | | Merge branch 'main' into swfarnsworth-modmail-account-mention | 2023-02-11 | -45/+164 | ||
| | |\ \ \ | |/ / / |/| | | | |||||
| * | | | | Merge pull request #2396 from shtlrs/bump-bot-core-to-9-4-1 | 2023-02-09 | -10/+10 | ||
| |\ \ \ \ | | | | | | | | | | | Bump pydis core to 9.4.1 | ||||
| | * | | | | bump pydis core to 9.4.1 | 2023-02-09 | -10/+10 | ||
| |/ / / / | |||||
| * | | | | Merge pull request #2389 from python-discord/shenanigansd-patch-1 | 2023-01-26 | -1/+1 | ||
| |\ \ \ \ | | | | | | | | | | | Fix typo in help channel opening embed | ||||
| | * \ \ \ | Merge branch 'main' into shenanigansd-patch-1 | 2023-01-26 | -13/+15 | ||
| | |\ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | | Merge #2386 - simplify closed help post message | 2023-01-25 | -13/+15 | ||
| |\ \ \ \ \ | |||||
| | * | | | | | Update closed help post embed text | 2023-01-23 | -9/+6 | ||
| | | | | | | | |||||
| | * | | | | | Add action text to help channel embeds | 2023-01-23 | -2/+3 | ||
| | | | | | | | |||||
| | * | | | | | Add icons to help channel bot embeds | 2023-01-23 | -4/+8 | ||
| |/ / / / / | |||||
| | * / / / | fix typo in help channel opening embed | 2023-01-25 | -1/+1 | ||
| |/ / / / | |||||
| * | | | | Merge pull request #2341 from shtlrs/2332-permanent-role-view | 2023-01-22 | -18/+107 | ||
| |\ \ \ \ | |_|/ / |/| | | | Allow members to self assign roles through a persistent view | ||||
| | * | | | Merge branch 'main' into 2332-permanent-role-view | 2023-01-22 | -45/+108 | ||
| | |\ \ \ | |/ / / |/| | | | |||||
| * | | | | Merge pull request #2375 from ↵ | 2023-01-13 | -3/+4 | ||
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | python-discord/allow-passing-channel-objets-when-checking-ignore Allow passing ful channel objects to check if the channel is ignored | ||||
| | * \ \ \ | Merge branch 'main' into allow-passing-channel-objets-when-checking-ignore | 2023-01-13 | -0/+27 | ||
| | |\ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | | added under command Issue #2331 (#2354) | 2023-01-13 | -0/+27 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added under command Issue #2331 * hooks test * hooks tests * 2331_added_under_command * Update bot/resources/tags/under.md Co-authored-by: Xithrius <[email protected]> * Update bot/resources/tags/under.md Co-authored-by: Xithrius <[email protected]> * Update bot/resources/tags/under.md Co-authored-by: Xithrius <[email protected]> * Suggested Changes were committed Co-authored-by: Xithrius <[email protected]> * Update under.md * Update bot/resources/tags/under.md Co-authored-by: Vivek Ashokkumar <[email protected]> * updated bot\resources\tags\under.md * update bot\resources\tags\under.md * update bot\resources\tags\under.md * updated under.md * Update and rename under.md to underscore.md Co-authored-by: divyanshu <[email protected]> Co-authored-by: Xithrius <[email protected]> Co-authored-by: Vivek Ashokkumar <[email protected]> Co-authored-by: wookie184 <[email protected]> | ||||
| | * | | | | Allow passing ful channel objects to check if the channel is ignored | 2023-01-03 | -3/+4 | ||
| |/ / / / | | | | | | | | | | | | | This means that the is_channel_ignored fucntion can be used with on_*_delete events that have the channel object, but can't be retreived fromthe cache by the is_channel_ignored function | ||||
| | * | | | fix typos in the SELF_ASSIGNABLE_ROLES_MESSAGE | 2023-01-14 | -1/+1 | ||
| | | | | | |||||
| | * | | | fix Zig's nit comments | 2022-12-18 | -4/+6 | ||
| | | | | | |||||
| | * | | | do not use name mangling in _attach_persistent_roles_view | 2022-12-04 | -2/+2 | ||
| | | | | | |||||
| | * | | | use follow.send to send the role update message | 2022-12-04 | -1/+1 | ||
| | | | | | |||||
| | * | | | edit view through interaction.response.edit_message | 2022-12-04 | -18/+5 | ||
| | | | | | |||||
| | * | | | relay the newly created view to __attach_persistent_roles_view | 2022-12-04 | -8/+15 | ||
| | | | | | |||||
| | * | | | ditch prepare_self_assignable_roles_view by constructing the buttons inside ↵ | 2022-12-04 | -21/+9 | ||
| | | | | | | | | | | | | | | | | | the view itself | ||||
| | * | | | make SELF_ASSIGNABLE_ROLES_MESSAGE more inviting for people to interact with | 2022-12-04 | -1/+5 | ||
| | | | | | |||||
| | * | | | update custom id of the AllSelfAssignableRolesView's button | 2022-12-04 | -1/+1 | ||
| | | | | | |||||
| | * | | | use button decorator instead of subclassing discord.ui.Button | 2022-12-04 | -20/+10 | ||
| | | | | | | | | | | | | | | | | | This will help clarify the relationship between the button & the viw since it'll only be used there | ||||
| | * | | | rename #Roles section to #Information | 2022-12-03 | -1/+1 | ||
| | | | | | |||||
| | * | | | call super without referencing the current class | 2022-12-03 | -1/+1 | ||
| | | | | | |||||
| | * | | | do not use name mangling | 2022-12-03 | -3/+3 | ||
| | | | | | | | | | | | | | | | | | This also renames to method to align more with our fetch or {action} pattern | ||||
| | * | | | Merge branch 'main' into 2332-permanent-role-view | 2022-11-27 | -77/+183 | ||
| | |\ \ \ | |||||
| | * | | | | make the roles view ephemeral when sent in roles channel | 2022-11-27 | -1/+2 | ||
| | | | | | | |||||
| | * | | | | add docstrings to RoleButtonView | 2022-11-27 | -6/+17 | ||
| | | | | | | | | | | | | | | | | | | | | | This documents the attributes the class has, which gives better context for future readers/contributors | ||||
| | * | | | | misc style & doc improvements | 2022-11-27 | -3/+3 | ||
| | | | | | | |||||
| | * | | | | remove waring in setup docstrings | 2022-11-27 | -1/+1 | ||
| | | | | | | |||||
| | * | | | | rename the method that attaches the persistent view | 2022-11-27 | -4/+12 | ||
| | | | | | | | | | | | | | | | | | | | | | This also enhances the docstrings for a better clarification of its purpose | ||||
| | * | | | | update docs for the newly added view & button | 2022-11-27 | -2/+2 | ||
| | | | | | | |||||
| | * | | | | rename prepare_available_role_subscription_view to ↵ | 2022-11-27 | -3/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | prepare_self_assignable_roles_view | ||||
| | * | | | | fix docstrings of the ShowAllSelfAssignableRolesButton's callback function | 2022-11-27 | -1/+1 | ||
| | | | | | | |||||
| | * | | | | update message content of the persistent view | 2022-11-27 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | The messages were intended for a button that will automatically assign all availables roles to the interactor This changes since it's not the intended behavior | ||||
| | * | | | | rename ClaimAllSelfAssignableRolesButton to ShowAllSelfAssignableRolesButton | 2022-11-27 | -5/+5 | ||
| | | | | | | |||||
| | * | | | | restore original value of DELETE_MESSAGE_AFTER | 2022-11-27 | -1/+1 | ||
| | | | | | | |||||
| | * | | | | rely on original_message to delete view once it times out | 2022-11-27 | -66/+62 | ||
| | | | | | | |||||
| | * | | | | add implementation of the button's callback that'll handle assigning the ↵ | 2022-11-26 | -0/+34 | ||
| | | | | | | | | | | | | | | | | | | | | | appropriate roles | ||||
| | * | | | | add assignable_roles as a property to the ClaimAllSelfAssignableRoles button | 2022-11-26 | -3/+4 | ||
| | | | | | | |||||
| | * | | | | add the logic for attaching the persistent view | 2022-11-26 | -1/+36 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This comes with another dependency to try to locate the message that needs to hold the view. If that message is not found, a new one will be created & sent. | ||||
| | * | | | | add the AllSelfAssignableRolesView and its corresponding ↵ | 2022-11-26 | -1/+21 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ClaimAllSelfAssignableRolesButton button Note that these are still dummy views & have no behavior | ||||
| | * | | | | add the roles channel to the config | 2022-11-26 | -0/+5 | ||
| | | | | | | |||||