| Commit message (Expand) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | * | | | | | | | ditch prepare_self_assignable_roles_view by constructing the buttons inside t... | 2022-12-04 | -21/+9 | ||
| | | * | | | | | | | 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 | ||
| | | * | | | | | | | 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 | ||
| | | * | | | | | | | 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 | ||
| |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | 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 | ||
| | |/ / / / / / / / |/| | | | | | | | | |||||
| | * | | | | | | | | 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 | 2022-11-27 | -0/+6 | ||
| |/ / / / / / / / | |||||
| * | | | | | | | | Merge pull request #2333 from erlend-aasland/patch-1 | 2022-11-27 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | 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 | ||
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | 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 | ||
| | * | | | | | | | | | Auto archive help forum posts after inactivity | 2022-11-26 | -1/+78 | ||
| | * | | | | | | | | | 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 | ||
| | | * | | | | | | | 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 | ||
| | | * | | | | | | | update docs for the newly added view & button | 2022-11-27 | -2/+2 | ||
| | | * | | | | | | | rename prepare_available_role_subscription_view to prepare_self_assignable_ro... | 2022-11-27 | -3/+3 | ||
| | | * | | | | | | | 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 | ||
| | | * | | | | | | | 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 appr... | 2022-11-26 | -0/+34 | ||
| | | * | | | | | | | 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 | ||
| | | * | | | | | | | add the AllSelfAssignableRolesView and its corresponding ClaimAllSelfAssignab... | 2022-11-26 | -1/+21 | ||
| | | * | | | | | | | 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 | ||
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Ignore Discord errors when clearing snekbox reactions | 2022-11-26 | -2/+3 | ||
| | * | | | | | | | | Update botcore module name | 2022-11-26 | -59/+59 | ||
| | * | | | | | | | | Bump all deps to latest | 2022-11-26 | -403/+303 | ||
| | * | | | | | | | | Bump bot-core version | 2022-11-26 | -232/+236 | ||
| |/ / / / / / / / | |||||
| * | | | | | | | | Merge pull request #2337 from python-discord/help-forum-fixes | 2022-11-26 | -64/+76 | ||
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Refactor Thread Error Catching | 2022-11-26 | -17/+17 | ||