| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | 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 | |
| |\ | ||||
| | * | Merge pull request #2347 from shtlrs/improve-get-or-fetch-channel-type-hints | 2022-11-27 | -1/+3 | |
| | |\ | | | | | | | include Thread & PrivateChannel in get_or_fetch_channel return types | |||
| | | * | Merge branch 'main' into improve-get-or-fetch-channel-type-hints | 2022-11-27 | -11/+8 | |
| | | |\ | | |/ | |/| | ||||
| | * | | Update return.md (#2325) | 2022-11-27 | -11/+8 | |
| | | | | | | | | | | | | | | | | Made the tag more brief without any substantial changes to its overall approach. Co-authored-by: wookie184 <[email protected]> | |||
| | | * | include Thread & PrivateChannel in get_or_fetch_channel return types | 2022-11-27 | -1/+3 | |
| | |/ | ||||
| | * | Merge pull request #2342 from python-discord/don't-close-already-closed-posts | 2022-11-27 | -0/+6 | |
| | |\ | | | | | | | Don't close already closed posts | |||
| | | * | Don't close already closed posts | 2022-11-27 | -0/+6 | |
| | |/ | ||||
| | * | Merge pull request #2333 from erlend-aasland/patch-1 | 2022-11-27 | -1/+1 | |
| | |\ | | | | | | | Link directly to the sqlite3 placeholder howto | |||
| | | * | Merge branch 'main' into patch-1 | 2022-11-27 | -1970/+1034 | |
| | | |\ | | |/ | |/| | ||||
| | * | | Merge pull request #2339 from python-discord/auto-archive-help-posts | 2022-11-26 | -64/+165 | |
| | |\ \ | | | | | | | | | Help forum improvements | |||
| | | * | | Catch case where starter message is deleted before pinning | 2022-11-26 | -2/+4 | |
| | | | | | ||||
| | | * | | Update CODEOWNERS | 2022-11-26 | -1/+0 | |
| | | | | | ||||
| | | * | | Ensure constants.Channels.help_system_forum is a forum channel on load | 2022-11-26 | -1/+3 | |
| | | | | | ||||
| | | * | | Listen for thread starter on_message rather than thread_create | 2022-11-26 | -10/+19 | |
| | | | | | | | | | | | | | | | | | thread_create events are triggered before the thread's starter message is available, so listening for starter messages with on_message instead ensures we have a message object to use. | |||
| | | * | | Auto archive help forum posts after inactivity | 2022-11-26 | -1/+78 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | I decided to keep the archive logic simple, and just go for 30 minutes since last message, rather than the hybrid of 30 mins + 10 depending on who sent the last message. The reason for using the hybrid approach previously was due to us running out of channels frequently Since this is no longer a problem, I decided to keep the logic simple. | |||
| | | * | | Don't load the help channel cog if disabled | 2022-11-26 | -0/+7 | |
| | | | | | ||||
| | | * | | Consistantly refer to help posts as posts, not threads | 2022-11-26 | -47/+47 | |
| | | | | | ||||
| | | * | | Get, and store, the help forum channel object on cog load | 2022-11-26 | -4/+9 | |
| | |/ / | ||||
| | | * | Link directly to the sqlite3 placeholder howto | 2022-11-25 | -1/+1 | |
| | | | | ||||
| * | | | 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 | |
| |/ / | ||||
| * | | Merge pull request #2338 from python-discord/bump-bot-core | 2022-11-26 | -690/+595 | |
| |\ \ | | | | | | | Bump bot core version | |||
| | * | | Ignore Discord errors when clearing snekbox reactions | 2022-11-26 | -2/+3 | |
| | | | | | | | | | | | | | These errors can be caused by the message being deleted, or the message being in an archived thread | |||