aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Update closed help post embed textGravatar Chris Lovering2023-01-23-9/+6
* Add action text to help channel embedsGravatar Chris Lovering2023-01-23-2/+3
* Add icons to help channel bot embedsGravatar Chris Lovering2023-01-23-4/+8
* Merge pull request #2341 from shtlrs/2332-permanent-role-viewGravatar Boris Muratov2023-01-22-18/+107
|\
| * Merge branch 'main' into 2332-permanent-role-viewGravatar Boris Muratov2023-01-22-45/+108
| |\ | |/ |/|
* | Merge pull request #2375 from python-discord/allow-passing-channel-objets-whe...Gravatar wookie1842023-01-13-3/+4
|\ \
| * \ Merge branch 'main' into allow-passing-channel-objets-when-checking-ignoreGravatar wookie1842023-01-13-0/+27
| |\ \ | |/ / |/| |
* | | added under command Issue #2331 (#2354)Gravatar DivyanshuBist2023-01-13-0/+27
| * | Allow passing ful channel objects to check if the channel is ignoredGravatar Chris Lovering2023-01-03-3/+4
|/ /
* | Link previous nomination threads to a user nomination's history (#2373)Gravatar Amrou Bellalouna2022-12-31-1/+22
* | Link previous nomination threads to a user nomination's history (#2319)Gravatar Amrou Bellalouna2022-12-28-0/+18
* | Merge pull request #2365 from python-discord/shenanigansd-patch-1Gravatar ChrisJL2022-12-22-2/+3
|\ \
| * | update create reminder permission error to mention bot-commandsGravatar Bradley Reynolds2022-12-20-2/+3
|/ /
* | Merge pull request #2357 from python-discord/update-modlog-for-threadsGravatar Johannes Christ2022-12-11-19/+4
|\ \
| * \ Merge branch 'main' into update-modlog-for-threadsGravatar Xithrius2022-12-11-5/+5
| |\ \ | |/ / |/| |
* | | Merge pull request #2361 from python-discord/dependabot/pip/certifi-2022.12.7Gravatar wookie1842022-12-09-3/+3
|\ \ \
| * | | Bump certifi from 2022.9.24 to 2022.12.7Gravatar dependabot[bot]2022-12-09-3/+3
|/ / /
* | | Merge pull request #2351 from python-discord/maybe-fix-help-stats-bugGravatar wookie1842022-12-08-2/+2
|\ \ \
| * \ \ Merge branch 'main' into maybe-fix-help-stats-bugGravatar wookie1842022-12-08-1/+1
| |\ \ \ | |/ / / |/| | |
| * | | Don't count bot messages as an answer in a threadGravatar wookie1842022-11-30-2/+2
| | * | Move thread logging to message change logGravatar Chris Lovering2022-12-07-2/+4
| | * | Remove thread creation loggingGravatar Chris Lovering2022-12-07-17/+0
| |/ / |/| |
* | | Merge pull request #2356 from python-discord/fix-help-channel-open-with-no-co...Gravatar mina2022-12-04-1/+1
|\ \ \ | |/ / |/| |
| * | Fix help channels with no content not opening properlyGravatar Chris Lovering2022-12-04-1/+1
|/ /
* | Merge pull request #2350 from python-discord/return-jif-renameGravatar mina2022-11-30-0/+1
|\ \
| * | Rename print-return to return-gifGravatar Janine vN2022-11-29-0/+1
|/ /
* | Merge pull request #2344 from python-discord/dont-use-removed-talentpool-cacheGravatar wookie1842022-11-29-9/+17
|\ \
| * \ Merge branch 'main' into dont-use-removed-talentpool-cacheGravatar wookie1842022-11-29-17/+17
| |\ \ | |/ / |/| |
* | | Merge pull request #2349 from python-discord/record-help-channel-claimsGravatar ChrisJL2022-11-28-5/+6
|\ \ \
| * | | Use the old stat slugs in new help systemGravatar Chris Lovering2022-11-28-5/+6
|/ / /
| * | Fetch active nominations from the API for !server commandGravatar Chris Lovering2022-11-27-3/+3
| * | Typehint bot.get_cog calls in information cogGravatar Chris Lovering2022-11-27-7/+15
| | * fix typos in the SELF_ASSIGNABLE_ROLES_MESSAGEGravatar shtlrs2023-01-14-1/+1
| | * fix Zig's nit commentsGravatar shtlrs2022-12-18-4/+6
| | * do not use name mangling in _attach_persistent_roles_viewGravatar shtlrs2022-12-04-2/+2
| | * use follow.send to send the role update messageGravatar shtlrs2022-12-04-1/+1
| | * edit view through interaction.response.edit_messageGravatar shtlrs2022-12-04-18/+5
| | * relay the newly created view to __attach_persistent_roles_viewGravatar shtlrs2022-12-04-8/+15
| | * 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
|/ /