aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Merge pull request #1475 from python-discord/mbaruh/review_fixGravatar Joe Banks2021-03-19-5/+8
|\
| * Fix review formatting when there's only one infraction typeGravatar Boris Muratov2021-03-19-5/+8
|/
* Merge pull request #1459 from python-discord/mbaruh/autoreviewGravatar Joe Banks2021-03-19-31/+467
|\
| * Merge branch 'mbaruh/autoreview' of https://github.com/python-discord/bot int...Gravatar Boris Muratov2021-03-19-229/+174
| |\
| | * Merge branch 'main' into mbaruh/autoreviewGravatar Joe Banks2021-03-19-229/+174
| | |\ | |_|/ |/| |
* | | Merge pull request #1435 from python-discord/swfarnsworth/infraction_messageGravatar Matteo Bertucci2021-03-17-26/+32
|\ \ \
| * \ \ Merge branch 'main' into swfarnsworth/infraction_messageGravatar Matteo Bertucci2021-03-17-429/+358
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1467 from python-discord/bug/info/bot-xr/code-block-null-...Gravatar Kieran Siek2021-03-17-0/+3
|\ \ \ \
| * \ \ \ Merge branch 'main' into bug/info/bot-xr/code-block-null-byteGravatar Kieran Siek2021-03-17-3/+4
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #1468 from python-discord/bug/info/bot-xk/defcon-threshold...Gravatar Matteo Bertucci2021-03-16-3/+4
|\ \ \ \ \
| * | | | | Info: account for defcon threshold being NoneGravatar MarkKoz2021-03-15-1/+2
| * | | | | Defcon: fix naming conflict between threshold cmd and attributeGravatar MarkKoz2021-03-15-2/+2
|/ / / / /
| * / / / Code block: remove null bytes before parsing ASTGravatar MarkKoz2021-03-15-0/+3
|/ / / /
* | | | Merge pull request #1465 from python-discord/gitattributesGravatar Dennis Pham2021-03-14-2/+1
|\ \ \ \
| * | | | Use .gitattributes to normalise line endings on check-inGravatar MarkKoz2021-03-13-2/+1
|/ / / /
* | | | master => mainGravatar Joe Banks2021-03-13-22/+22
* | | | Update help channel names from chemical elements to fruitGravatar Joe Banks2021-03-13-126/+59
* | | | Merge pull request #1461 from python-discord/simplify-pypiGravatar ks1292021-03-13-21/+12
|\ \ \ \
| * | | | Added '_' to allowed chars, shortened embed.Gravatar xithrius2021-03-12-21/+12
|/ / / /
* | | | Merge pull request #1455 from python-discord/many-snowflakesGravatar Matteo Bertucci2021-03-12-11/+16
|\ \ \ \
| * \ \ \ Merge branch 'master' into many-snowflakesGravatar Xithrius2021-03-12-262/+248
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Fix typo in the token removerGravatar Matteo Bertucci2021-03-12-1/+1
* | | | | Merge pull request #1452 from python-discord/pypi-delete-on-not-foundGravatar Matteo Bertucci2021-03-12-27/+35
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into pypi-delete-on-not-foundGravatar Matteo Bertucci2021-03-12-3/+2
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge PR #1460 - compose: read all env vars from '.env'Gravatar Mark2021-03-11-3/+2
|\ \ \ \ \ \
| * | | | | | Compose: read all environment variables from '.env'Gravatar kwzrd2021-03-12-4/+2
| * | | | | | Compose: read GitHub API key from '.env'Gravatar kwzrd2021-03-11-0/+1
| | * | | | | Remove invoked command and message after failure.Gravatar xithrius2021-03-11-27/+35
| |/ / / / / |/| | | | |
| | * | | | Restrict non-staffer to one snowflake at the timeGravatar Matteo Bertucci2021-03-08-1/+5
| | * | | | Make the snowflake command accept many snowflakesGravatar Matteo Bertucci2021-03-08-12/+13
| | | * | | Merge branch 'master' into swfarnsworth/infraction_messageGravatar Steele Farnsworth2021-03-06-452/+723
| | | |\ \ \ | | |_|/ / / | |/| | | |
| | | * | | Made multiline concatenated string conform to a certain style. Gravatar Steele Farnsworth2021-03-06-2/+4
| | | * | | Update the tests to reflect changes in expected behavior.Gravatar swfarnsworth2021-02-28-5/+7
| | | * | | Instructions to dispute an infraction vary by infraction type.Gravatar swfarnsworth2021-02-25-24/+26
| | | | * | Review commands now use the user ID instead of nomination IDGravatar Boris Muratov2021-03-19-27/+19
| | | | |/
| | | | * Don't reschedule reviews that are long overdueGravatar Boris Muratov2021-03-19-1/+3
| | | | * Mark as reviewed when nominee is off serverGravatar Boris Muratov2021-03-19-3/+4
| | | | * Default message in review when no nomination reason givenGravatar Boris Muratov2021-03-19-1/+1
| | | | * Replace mentions for ID's in watchlist listsGravatar Boris Muratov2021-03-19-1/+1
| | | | * Properly await coroutine in post_reviewGravatar Boris Muratov2021-03-19-1/+3
| | | | * Use ctx.send instead of ctx.channel.sendGravatar Boris Muratov2021-03-19-1/+1
| | | | * Add additional logging to _review.pyGravatar Boris Muratov2021-03-19-0/+8
| | | | * Apply requested style and grammar changesGravatar Boris Muratov2021-03-19-2/+2
| | | | * Apply requested grammar and style changes.Gravatar Boris Muratov2021-03-13-8/+13
| | | | * Use log instead of erroneous self.logGravatar Boris Muratov2021-03-13-1/+1
| | | | * Improve string building for long linesGravatar Boris Muratov2021-03-12-9/+15
| | | | * Reviewer no longer subclasses SchedulerGravatar Boris Muratov2021-03-12-5/+31
| | | | * The 'seen vote' emoji is now a random ducky.Gravatar Boris Muratov2021-03-11-4/+15
| | | | * Limit new commands to mods+Gravatar Boris Muratov2021-03-11-0/+2
| | | | * Added an auto-reviewer to the talentpool cogGravatar Boris Muratov2021-03-11-26/+404