aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/halloween (follow)
Commit message (Collapse)AuthorAgeLines
...
| * Don't load Monster survey cogGravatar Jeremiah Boby2020-11-14-1/+0
| |
| * Merge branch 'master' into candyGravatar Quanta2020-10-26-71/+208
| |\
| | * Merge branch 'master' into hackto-datesGravatar Matteo Bertucci2020-10-24-1/+1
| | |\
| | * | fix time and date specific thingsGravatar Hedy Li2020-10-23-3/+4
| | | |
| * | | Typo in word "none"Gravatar Quanta2020-10-25-1/+1
| | | | | | | | | | | | Co-authored-by: gustavwilliam <[email protected]>
| * | | Satify lintGravatar Quanta2020-10-21-4/+2
| | | |
| * | | No-candy spook messageGravatar Quanta2020-10-21-1/+15
| | | |
| * | | Remove an unrequired new-line and a commentGravatar Quanta2020-10-21-2/+0
| | | |
| * | | Fix candy distribution logicGravatar Quanta2020-10-21-6/+7
| | | |
| * | | send_spook_msg to staticmethodGravatar Quanta2020-10-15-2/+2
| | | |
| * | | Apply suggested re-formattingGravatar Quanta2020-10-14-10/+14
| | | |
| * | | Use persistant storage for candy scoresGravatar Quanta2020-10-14-7/+8
| | | |
| * | | Remove redundant function ten_recent_msgGravatar Quanta2020-10-10-21/+8
| | | |
| * | | Use discord.Reaction#clear to remove reactionsGravatar Quanta2020-10-10-11/+1
| | | |
| * | | Better organize and format candy commandGravatar Quanta2020-10-10-14/+21
| | | |
| * | | Remove unused function get_messageGravatar Quanta2020-10-10-16/+0
| | | |
| * | | Apply suggested changesGravatar Quanta2020-10-10-24/+33
| | | |
| * | | Fix: Update record on loosingGravatar Quanta2020-10-09-0/+1
| | | |
| * | | Satisfy lintGravatar Quanta2020-10-09-6/+4
| | | |
| * | | Cleanup CandyCollectionGravatar Quanta2020-10-09-55/+39
| | | |
* | | | Continue loop if repo topics API request erroredGravatar Hedy Li2020-10-31-1/+1
| | | |
* | | | Fix capitalization of 'PR' in hacktoberstats.pyGravatar Hedy Li2020-10-31-1/+1
| | | |
* | | | Put GitHub user-not-found message in embedGravatar Hedy Li2020-10-31-2/+5
| | | | | | | | | | | | | | | | With random `NEGATIVE_REPLIES` + color=red
* | | | Fix capitalization and grammarGravatar Hedy Li2020-10-31-12/+12
| | | | | | | | | | | | For Hacktoberstats
* | | | better no-prs messageGravatar Hedy Li2020-10-22-1/+1
| | | |
* | | | improve implementation with return valueGravatar Hedy Li2020-10-22-12/+11
| | | | | | | | | | | | | | | | instead of string/None now its empty list/None
* | | | Merge branch 'master' of https://github.com/python-discord/seasonalbot into ↵Gravatar Hedy Li2020-10-22-1/+1
|\ \ \ \ | | |_|/ | |/| | | | | | hackstats
| * | | PR #508 Hackstats: fix KeyError on invalid PRsGravatar kwzrd2020-10-21-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | fix keyerrorGravatar Hedy Li2020-10-21-1/+1
| | | |
* | | | improve message when user not foundGravatar Hedy Li2020-10-22-7/+14
|/ / /
* | | Merge branch 'master' into masterGravatar Matteo Bertucci2020-10-21-2/+3
|\ \ \ | |/ / |/| |
| * | Comply with TMDB API ToSGravatar Will Da Silva2020-10-16-1/+2
| |/
| * Use 3 dots for ellipsisGravatar Quanta2020-10-06-1/+1
| |
| * Limit issue body to 500 charactersGravatar Quanta2020-10-06-1/+1
| |
* | fix some bugs and allow topics cachingGravatar Hedy Li2020-10-18-7/+23
| |
* | async fixesGravatar Hedy Li2020-10-17-8/+8
| |
* | almost done, needs testingGravatar Hedy Li2020-10-17-32/+86
| |
* | fix in_review and accepted PRs swappedGravatar Hedy Li2020-10-16-1/+1
| |
* | minor design changesGravatar Hedy Li2020-10-16-3/+3
| |
* | handle no PR for a sectionGravatar Hedy Li2020-10-16-2/+6
| |
* | update calling static methodsGravatar Hedy Li2020-10-16-6/+5
| |
* | add n prs count and max numberGravatar Hedy Li2020-10-16-6/+16
| |
* | display in-review, accepted separatelyGravatar Hedy Li2020-10-16-29/+41
| |
* | forgot to importGravatar Hedy Li2020-10-09-1/+1
| |
* | update return type for `get_october_prs`Gravatar Hedy Li2020-10-09-1/+1
| | | | | | | | | | it returns None when no PRs found, so I put that in `Union` with `List[dict]`
* | fix topics and label logicGravatar Hedy Li2020-10-08-6/+12
| |
* | update docstr and commentsGravatar Hedy Li2020-10-08-4/+13
| |
* | refactorGravatar Hedy Li2020-10-08-35/+35
| |
* | updated commentsGravatar Hedy Li2020-10-08-2/+3
| |
* | fix loggingGravatar Hedy Li2020-10-08-3/+3
| |