aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/events/hacktoberfest/hacktober-issue-finder.py (follow)
Commit message (Collapse)AuthorAgeLines
* Apply fixes for ruff lintingGravatar Chris Lovering2023-05-09-119/+0
| | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]>
* use `SecretStr` for all secretsGravatar shtlrs2023-05-06-1/+1
|
* Correct logic in `format_embed`.Gravatar Izan2022-10-02-2/+3
|
* Support discord.py's new async cog loadingGravatar Chris Lovering2022-09-21-2/+2
|
* Fix GH-907Gravatar aru2021-10-13-1/+2
| | | Issues can have empty bodies, in this case GitHub doesn't include the key in the API response
* Hackto issue finder: make d.py timestamp naiveGravatar Matteo Bertucci2021-10-01-2/+2
|
* Hacktoberfest: make datetimes offset-naiveGravatar Matteo Bertucci2021-09-21-2/+2
|
* Move AoC and Hacktoberfest into events folderGravatar Janine vN2021-09-04-0/+117
Moves Advent of Code and Hacktoberfest into an events folder. Although these are roughly associated with holidays, they are standalone events that we have participated in in the past. Therefore they're being moved to an events folder separate from the "fun" or "holidays" folders.