aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/events/hacktoberfest (follow)
Commit message (Collapse)AuthorAgeLines
* Always use the get_logger func from bot-coreGravatar Chris Lovering2023-11-25-12/+12
|
* Bump ruff from 0.0.272 to 0.0.280 (#1333)Gravatar dependabot[bot]2023-08-10-2/+2
| | | | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Lovering <[email protected]> Co-authored-by: ChrisJL <[email protected]>
* Apply fixes for ruff lintingGravatar Chris Lovering2023-05-09-34/+26
| | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]>
* Run null check on needed api keys before loading cogs.Gravatar shtlrs2023-05-06-0/+2
| | | | | | This makes sure that all cogs that need keys won't load. Which helps in avoiding exceptions at runtime, and give a clearer warning at startup time.
* use `SecretStr` for all secretsGravatar shtlrs2023-05-06-3/+3
|
* Correct logic in `format_embed`.Gravatar Izan2022-10-02-2/+3
|
* Support discord.py's new async cog loadingGravatar Chris Lovering2022-09-21-6/+6
|
* 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/+621
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.