aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Use cancel_all instead of manually calling cancel repeatedlyGravatar Numerlor2021-01-09-2/+1
* Use send_denial util instead of creating embed manuallyGravatar Numerlor2021-01-09-7/+2
* Return the sent messageGravatar Numerlor2021-01-09-2/+2
* Move copyright outside of license textGravatar Numerlor2021-01-09-4/+2
* Use string addition instead of joinGravatar Numerlor2021-01-09-1/+1
* Change param styling to be consistent with the repoGravatar Numerlor2021-01-09-5/+6
* Call command method directlyGravatar Numerlor2020-12-15-1/+1
* Make reschedule delays a module constantGravatar Numerlor2020-12-15-3/+10
* Reuse form body to construct log messageGravatar Numerlor2020-12-15-3/+1
* Clear up grammarGravatar Numerlor2020-12-15-4/+4
* Simplify flowGravatar Numerlor2020-12-15-2/+2
* Lock inventory refreshesGravatar Numerlor2020-12-15-3/+14
* Create function for merging function and decorator wrapper globalsGravatar Numerlor2020-12-15-6/+30
* Provide feedback to user when no cache to clear was foundGravatar Numerlor2020-12-15-2/+4
* Move parse_queue cleanup into finally blockGravatar Numerlor2020-12-15-15/+15
* Ensure only one future is created for each doc_itemGravatar Numerlor2020-12-15-2/+3
* Remove internal CachedParser result cacheGravatar Numerlor2020-12-15-12/+8
* Use global bot http_session instead of parameterGravatar Numerlor2020-12-15-14/+13
* Merge remote-tracking branch 'upstream/master' into doc-impGravatar Numerlor2020-12-11-1635/+2259
|\
| * Make sure PR build artifact is always uploadedGravatar Sebastiaan Zeeff2020-12-11-1/+1
| * Send a custom workflow status embed to DiscordGravatar Sebastiaan Zeeff2020-12-10-0/+100
| * Merge pull request #1318 from python-discord/ks123/snowflake-commandGravatar Boris Muratov2020-12-10-0/+18
| |\
| | * Merge branch 'master' into ks123/snowflake-commandGravatar Boris Muratov2020-12-10-43/+78
| | |\ | | |/ | |/|
| * | Merge pull request #1322 from python-discord/swfarnsworth/developer_commandGravatar Boris Muratov2020-12-10-1/+17
| |\ \
| | * \ Merge branch 'master' into swfarnsworth/developer_commandGravatar Steele Farnsworth2020-12-09-33/+52
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #1319 from python-discord/swfarnsworth/superstarGravatar Dennis Pham2020-12-09-20/+21
| |\ \ \
| | * \ \ Merge branch 'master' into swfarnsworth/superstarGravatar Steele Farnsworth2020-12-09-21/+39
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #1306 from python-discord/Stelercus/close_commandGravatar Dennis Pham2020-12-08-13/+31
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into Stelercus/close_commandGravatar Dennis Pham2020-12-08-11/+36
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge branch 'master' into Stelercus/close_commandGravatar Steele Farnsworth2020-12-01-29/+92
| | |\ \ \ \
| | * | | | | Corrected `unclaim_channel` docstring to comply with style guideGravatar Steele2020-11-29-2/+4
| | * | | | | Merge branch 'master' of https://github.com/python-discord/bot into Stelercus...Gravatar Steele2020-11-29-34/+29
| | |\ \ \ \ \
| | * | | | | | `!close` removes role from claimant only, new method `unclaim_channel`.Gravatar Steele2020-11-29-13/+29
| | * | | | | | Resolving merge conflicts with masterGravatar Steele2020-11-28-966/+1019
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master' of https://github.com/python-discord/bot into Stelercus...Gravatar Steele2020-11-26-1/+1
| | |\ \ \ \ \ \ \
| | * | | | | | | | Changes requested by @MarkKoz, new `unclaim_channel` methodGravatar Steele2020-11-26-20/+26
| | * | | | | | | | Merge branch 'master' of https://github.com/python-discord/bot into Stelercus...Gravatar Steele2020-11-25-109/+167
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Moved the removal of the cooldown role from `close_command` to `move_to_dormant`Gravatar Steele2020-11-25-7/+8
| | * | | | | | | | | `!close` removes role when they have no help channels left; needs to be fixed...Gravatar Steele2020-11-25-1/+6
| | * | | | | | | | | `!close` removes the cooldown role from the claimant even when invoked by som...Gravatar Steele2020-11-20-10/+15
| | | | | | | | * | | Use the original wording of the public embed, but change the title to "Supers...Gravatar Steele2020-12-07-11/+8
| | | | | | | | * | | User gets a more detailed message from the botGravatar Steele2020-12-06-12/+16
| | | | | | | | * | | Merge branch 'master' of https://github.com/python-discord/bot into swfarnswo...Gravatar Steele2020-12-05-1/+1
| | | | | | | | |\ \ \
| | | | | | | | * | | | Add `starify` and `unstarify` as command aliases.Gravatar Steele2020-12-05-2/+2
| | | | | | | | * | | | Bot relays the infraction reason in the DM.Gravatar Steele2020-12-05-6/+6
| | | | | | | | | | * | Delete verify.py, integrate `!verify` command into verification.py.Gravatar Steele2020-12-09-45/+16
| | | | | | | | | | * | Create Verify cog for new `!verify` command.Gravatar Steele2020-12-09-1/+46
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | Update CODEOWNERS for @Den4200Gravatar Dennis Pham2020-12-06-8/+5
| * | | | | | | | | | Create review-policy.ymlGravatar Joe Banks2020-12-06-0/+3
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | Add the `s` alias to `infraction search`Gravatar Matteo Bertucci2020-12-04-1/+1
| | |_|_|_|_|_|/ / | |/| | | | | | |