aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
| | * | | | | | | ditch prepare_self_assignable_roles_view by constructing the buttons inside t...Gravatar shtlrs2022-12-04-21/+9
| | * | | | | | | make SELF_ASSIGNABLE_ROLES_MESSAGE more inviting for people to interact withGravatar shtlrs2022-12-04-1/+5
| | * | | | | | | update custom id of the AllSelfAssignableRolesView's buttonGravatar shtlrs2022-12-04-1/+1
| | * | | | | | | use button decorator instead of subclassing discord.ui.ButtonGravatar shtlrs2022-12-04-20/+10
| | * | | | | | | rename #Roles section to #InformationGravatar shtlrs2022-12-03-1/+1
| | * | | | | | | call super without referencing the current classGravatar shtlrs2022-12-03-1/+1
| | * | | | | | | do not use name manglingGravatar shtlrs2022-12-03-3/+3
| | * | | | | | | Merge branch 'main' into 2332-permanent-role-viewGravatar shtlrs2022-11-27-77/+183
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #2347 from shtlrs/improve-get-or-fetch-channel-type-hintsGravatar ChrisJL2022-11-27-1/+3
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'main' into improve-get-or-fetch-channel-type-hintsGravatar ChrisJL2022-11-27-11/+8
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Update return.md (#2325)Gravatar Steele Farnsworth2022-11-27-11/+8
| |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | include Thread & PrivateChannel in get_or_fetch_channel return typesGravatar shtlrs2022-11-27-1/+3
|/ / / / / / / /
* | | | | | | | Merge pull request #2342 from python-discord/don't-close-already-closed-postsGravatar ChrisJL2022-11-27-0/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Don't close already closed postsGravatar Chris Lovering2022-11-27-0/+6
|/ / / / / / / /
* | | | | | | | Merge pull request #2333 from erlend-aasland/patch-1Gravatar wookie1842022-11-27-1/+1
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'main' into patch-1Gravatar wookie1842022-11-27-1970/+1034
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #2339 from python-discord/auto-archive-help-postsGravatar Boris Muratov2022-11-26-64/+165
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Catch case where starter message is deleted before pinningGravatar Chris Lovering2022-11-26-2/+4
| * | | | | | | | | Update CODEOWNERSGravatar Chris Lovering2022-11-26-1/+0
| * | | | | | | | | Ensure constants.Channels.help_system_forum is a forum channel on loadGravatar Chris Lovering2022-11-26-1/+3
| * | | | | | | | | Listen for thread starter on_message rather than thread_createGravatar Chris Lovering2022-11-26-10/+19
| * | | | | | | | | Auto archive help forum posts after inactivityGravatar Chris Lovering2022-11-26-1/+78
| * | | | | | | | | Don't load the help channel cog if disabledGravatar Chris Lovering2022-11-26-0/+7
| * | | | | | | | | Consistantly refer to help posts as posts, not threadsGravatar Chris Lovering2022-11-26-47/+47
| * | | | | | | | | Get, and store, the help forum channel object on cog loadGravatar Chris Lovering2022-11-26-4/+9
|/ / / / / / / / /
| * | | | | | | | Link directly to the sqlite3 placeholder howtoGravatar Erlend E. Aasland2022-11-25-1/+1
| | * | | | | | | make the roles view ephemeral when sent in roles channelGravatar shtlrs2022-11-27-1/+2
| | * | | | | | | add docstrings to RoleButtonViewGravatar shtlrs2022-11-27-6/+17
| | * | | | | | | misc style & doc improvementsGravatar shtlrs2022-11-27-3/+3
| | * | | | | | | remove waring in setup docstringsGravatar shtlrs2022-11-27-1/+1
| | * | | | | | | rename the method that attaches the persistent viewGravatar shtlrs2022-11-27-4/+12
| | * | | | | | | update docs for the newly added view & buttonGravatar shtlrs2022-11-27-2/+2
| | * | | | | | | rename prepare_available_role_subscription_view to prepare_self_assignable_ro...Gravatar shtlrs2022-11-27-3/+3
| | * | | | | | | fix docstrings of the ShowAllSelfAssignableRolesButton's callback functionGravatar shtlrs2022-11-27-1/+1
| | * | | | | | | update message content of the persistent viewGravatar shtlrs2022-11-27-2/+2
| | * | | | | | | rename ClaimAllSelfAssignableRolesButton to ShowAllSelfAssignableRolesButtonGravatar shtlrs2022-11-27-5/+5
| | * | | | | | | restore original value of DELETE_MESSAGE_AFTERGravatar shtlrs2022-11-27-1/+1
| | * | | | | | | rely on original_message to delete view once it times outGravatar shtlrs2022-11-27-66/+62
| | * | | | | | | add implementation of the button's callback that'll handle assigning the appr...Gravatar shtlrs2022-11-26-0/+34
| | * | | | | | | add assignable_roles as a property to the ClaimAllSelfAssignableRoles buttonGravatar shtlrs2022-11-26-3/+4
| | * | | | | | | add the logic for attaching the persistent viewGravatar shtlrs2022-11-26-1/+36
| | * | | | | | | add the AllSelfAssignableRolesView and its corresponding ClaimAllSelfAssignab...Gravatar shtlrs2022-11-26-1/+21
| | * | | | | | | add the roles channel to the configGravatar shtlrs2022-11-26-0/+5
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #2338 from python-discord/bump-bot-coreGravatar ChrisJL2022-11-26-690/+595
|\ \ \ \ \ \ \ \
| * | | | | | | | Ignore Discord errors when clearing snekbox reactionsGravatar Chris Lovering2022-11-26-2/+3
| * | | | | | | | Update botcore module nameGravatar Chris Lovering2022-11-26-59/+59
| * | | | | | | | Bump all deps to latestGravatar Chris Lovering2022-11-26-403/+303
| * | | | | | | | Bump bot-core versionGravatar Chris Lovering2022-11-26-232/+236
|/ / / / / / / /
* | | | | | | | Merge pull request #2337 from python-discord/help-forum-fixesGravatar ChrisJL2022-11-26-64/+76
|\ \ \ \ \ \ \ \
| * | | | | | | | Refactor Thread Error CatchingGravatar Hassan Abouelela2022-11-26-17/+17