aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Make type hints uniform across fileGravatar Anand Krishna2021-01-20-2/+2
* Duck Pond: Add `is_helper_viewable` checkGravatar Anand Krishna2021-01-20-1/+16
* Merge pull request #1188 from ks129/help-disabled-commandGravatar Xithrius2021-01-19-4/+13
|\
| * Merge branch 'master' into help-disabled-commandGravatar Xithrius2021-01-19-2857/+3834
| |\ | |/ |/|
* | Merge pull request #1368 from python-discord/mbaruh/filtersGravatar Boris Muratov2021-01-19-9/+1
|\ \
| * | Remove additional embed messageGravatar Boris Muratov2021-01-19-9/+1
|/ /
* | Replace in_whitelist check with commands.has_any_role checkGravatar ks1292021-01-19-2/+1
* | Merge pull request #1367 from python-discord/bug/backend/bot-4x/chunk-sync-re...Gravatar Dennis Pham2021-01-18-13/+26
|\ \
| * | Sync: test chunking of user requestsGravatar MarkKoz2021-01-18-11/+18
| * | Sync: chunk user requestsGravatar MarkKoz2021-01-18-2/+8
|/ /
* | Merge PR #1289 - add branding managerGravatar Mark2021-01-18-19/+872
|\ \
| * \ Merge branch 'master' into branding-managerGravatar Mark2021-01-18-6/+5
| |\ \ | |/ / |/| |
* | | Update config-default.ymlGravatar Boris Muratov2021-01-18-0/+4
* | | Merge pull request #1364 from HassanAbouelela/fix_suggestion_tagsGravatar Xithrius2021-01-17-6/+1
|\ \ \
| * | | Stop Tag Matching On SuggestionGravatar Hassan Abouelela2021-01-17-6/+1
|/ / /
| * | Merge branch 'master' into branding-managerGravatar ks1292021-01-17-15/+74
| |\ \ | |/ / |/| |
* | | Merge pull request #1360 from HassanAbouelela/fixes_tag_suggestionsGravatar Dennis Pham2021-01-17-4/+12
|\ \ \
| * | | Checks If Similar Command Is NoneGravatar Hassan Abouelela2021-01-17-0/+3
| * | | Adds Return On Tag MatchesGravatar Hassan Abouelela2021-01-17-4/+9
|/ / /
* | | Update to use Member.pending instead of bot.http.get_memberGravatar Joe Banks2021-01-17-3/+1
* | | Merge pull request #760 from python-discord/feat/F4zi/CommandSuggestionGravatar Xithrius2021-01-16-9/+63
|\ \ \
| * | | Removed 'Channels' import, unused.Gravatar xithrius2021-01-16-1/+1
| * | | Merge branch 'master' into feat/F4zi/CommandSuggestionGravatar Xithrius2021-01-16-751/+58
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1354 from python-discord/remove-unnomiation-reasonGravatar Xithrius2021-01-16-2/+1
|\ \ \ \
| * | | | Remove unwatch reason from the !nominate outputGravatar Matteo Bertucci2021-01-16-2/+1
|/ / / /
| * | | Only helpers and below now get command suggestionsGravatar xithrius2021-01-06-2/+2
| * | | If user is a staff member, no command suggestions.Gravatar xithrius2021-01-05-6/+7
| * | | Removed possibility of exception via walrus.Gravatar xithrius2021-01-02-16/+16
| * | | Rebased after a long time of being abandonGravatar xithrius2021-01-02-8062/+19057
| |\ \ \
| * \ \ \ Merge branch 'feat/F4zi/CommandSuggestion' of https://github.com/python-disco...Gravatar F4zii2020-03-07-4/+2
| |\ \ \ \
| | * | | | Update bot/cogs/tags.py, cleaner return logicGravatar Iddo Soreq2020-03-07-4/+2
| * | | | | Return True after a tag suggestion was sentGravatar F4zii2020-03-07-1/+1
| |/ / / /
| * | | | Boolean Logic fixGravatar F4zii2020-02-22-1/+1
| * | | | Nontype handling Logic fixGravatar F4zii2020-02-22-1/+1
| * | | | Merge remote-tracking branch 'origin/master' into feat/F4zi/CommandSuggestionGravatar MarkKoz2020-02-22-444/+783
| |\ \ \ \
| * | | | | (display_tag) Return False if no tags were found.Gravatar F4zii2020-02-22-1/+1
| * | | | | Return False (not sent) at the end of display_tagGravatar F4zii2020-02-22-1/+1
| * | | | | awaited can_run CoroutineGravatar F4zii2020-02-22-1/+1
| * | | | | Handling CommandError and OptimizationGravatar F4zii2020-02-22-6/+5
| * | | | | Only replace the misspelt command, and not the whole occurrences of itGravatar F4zii2020-02-21-1/+1
| * | | | | Handling and logging CommandErrorGravatar F4zii2020-02-21-10/+14
| * | | | | Command suggestion message reformat.Gravatar F4zi2020-02-20-2/+6
| * | | | | Rearrange - Function naming and DocstringsGravatar F4zii2020-02-20-105/+81
| * | | | | Rearrange - Function naming and DocstringsGravatar F4zii2020-02-20-1/+1
| * | | | | Return Logic FixedGravatar F4zii2020-02-19-2/+1
| * | | | | Rearrange, NoneTypes handlingGravatar F4zii2020-02-19-3/+3
| * | | | | Rearrange, Function naming and DocstringsGravatar F4zii2020-02-19-5/+16
| * | | | | Rearrange, exception and NoneTypes handlingGravatar F4zii2020-02-19-12/+16
| * | | | | Removal of unused logsGravatar F4zii2020-02-19-3/+0
| * | | | | Suggest aliases when invoked instead of full command nameGravatar F4zii2020-02-19-3/+3