aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Re-lock PipfileGravatar Karlis S2021-01-05-4/+4
* Merge branch 'master' into branding-managerGravatar ks1292021-01-05-13/+17
|\
| * Merge pull request #1340 from python-discord/ks123/raw-fixGravatar Matteo Bertucci2021-01-04-2/+6
| |\
| | * Merge branch 'master' into ks123/raw-fixGravatar Matteo Bertucci2021-01-04-71/+131
| | |\ | | |/ | |/|
| * | Merge pull request #1152 from python-discord/Make_nomination_reason_optionalGravatar Dennis Pham2021-01-03-8/+8
| |\ \
| | * \ Merge branch 'master' into Make_nomination_reason_optionalGravatar Dennis Pham2021-01-03-45/+60
| | |\ \ | | |/ / | |/| |
| * | | Merge PR #1345 - Update d.py to fix webhook message publishingGravatar Mark2021-01-03-45/+60
| |\ \ \
| | * | | Update discord.py to fix webhook message publishing.Gravatar Den42002021-01-01-45/+60
| |/ / /
| | * | Removed 'Optional' import.Gravatar xithrius2021-01-02-1/+1
| | * | Removed unnecessary debugging logs.Gravatar Xithrius2021-01-02-2/+0
| | * | Set reason to default as an empty string.Gravatar Xithrius2021-01-02-5/+2
| | * | No nominaton reason blank replaced by italic NoneGravatar xithrius2021-01-02-2/+4
| | * | Rebased master into this branch.Gravatar xithrius2021-01-02-6460/+7705
| | |\ \ | | |/ / | |/| |
| | * | Fix import order to pass linting tests.Gravatar Eivind Teig2020-09-12-1/+1
| | * | Update user cache after nomination reason edit.Gravatar Eivind Teig2020-09-12-1/+1
| | * | Only show reason if it exist.Gravatar Eivind Teig2020-09-12-1/+4
| | * | Make nomination reason optional.Gravatar Eivind Teig2020-09-12-2/+2
| | | * Update raw command no permission error messageGravatar ks1292020-12-28-1/+1
| | | * Enable raw commandGravatar ks1292020-12-27-2/+2
| | | * Add check does user can see channel in raw commandGravatar ks1292020-12-27-0/+4
* | | | Remove unnecessary Keys import from utils cogGravatar ks1292021-01-03-1/+1
* | | | Merge branch 'master' into branding-managerGravatar Karlis S2021-01-03-483/+549
|\| | |
| * | | Merge pull request #1334 from python-discord/bug/precommit-pycharmGravatar ks1292020-12-31-1/+1
| |\ \ \
| | * \ \ Merge branch 'master' into bug/precommit-pycharmGravatar ks1292020-12-31-297/+322
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #1339 from python-discord/swfarnsworth/infoGravatar Dennis Pham2020-12-31-3/+3
| |\ \ \ \
| | * | | | "Pending: False" to "Verified: True" to agree with new semantics.Gravatar Steele2020-12-30-1/+1
| | * | | | Merge branch 'master' of https://github.com/python-discord/bot into swfarnswo...Gravatar Steele2020-12-30-14/+59
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #1016 from ks129/bug-fixesGravatar ks1292020-12-29-14/+59
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Merge branch 'master' into bug-fixesGravatar ks1292020-12-29-554/+567
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Log info instead error for watchchannel consume task cancelGravatar ks1292020-12-17-1/+1
| | * | | | Merge branch 'master' into bug-fixesGravatar ks1292020-12-17-55/+274
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' into bug-fixesGravatar ks1292020-12-02-1079/+1215
| | |\ \ \ \ \
| | * | | | | | Remove unnecessary f-stringGravatar ks1292020-12-02-1/+1
| | * | | | | | Fix removing extensions and cogs for bot shutdownGravatar ks1292020-12-02-3/+7
| | * | | | | | Add failure message when applying infraction fails because user leftGravatar ks1292020-12-02-0/+2
| | * | | | | | Remove second unnecessary parenthesisGravatar ks1292020-12-02-4/+2
| | * | | | | | Log exception instead warning for unexpected HttpExceptionGravatar ks1292020-12-02-1/+1
| | * | | | | | Fix user leaving from guild log grammarGravatar ks1292020-12-02-2/+4
| | * | | | | | Merge NotFound caching with HttpException caching with status codeGravatar ks1292020-12-02-10/+4
| | * | | | | | Merge branch 'master' into bug-fixesGravatar ks1292020-11-21-604/+931
| | |\ \ \ \ \ \
| | * | | | | | | Catch not found exception in schedulerGravatar ks1292020-11-07-15/+30
| | * | | | | | | Use result instead exception for watchchannel closing taskGravatar ks1292020-11-07-1/+1
| | * | | | | | | Remove both cogs and extensions on closingGravatar ks1292020-11-07-11/+4
| | * | | | | | | Merge branch 'master' into bug-fixesGravatar ks1292020-11-07-811/+2173
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/bug-fixes' into bug-fixesGravatar ks1292020-10-10-0/+0
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Fix calling extensions removing function with wrong nameGravatar ks1292020-10-09-1/+1
| | * | | | | | | | | Catch HTTPException when muting userGravatar ks1292020-10-10-2/+7
| | * | | | | | | | | Use done callback instead of plain try-except inside functionGravatar ks1292020-10-10-26/+30
| | * | | | | | | | | Get all extensions first for unloading to avoid iteration errorGravatar ks1292020-10-10-1/+3
| | * | | | | | | | | Fix name of extensions removing functionGravatar ks1292020-10-10-1/+1
| | |/ / / / / / / /