aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
2022-01-25setuptools use stdlib distutils over embeddedGravatar Chris Lovering-0/+3
This is caused by an upstream issue with setuptools 60.* (via virtualenv) changeing the default to using the setuptools-embedded distutils rather than the stdlib distutils, which breaks within pip's isolated builds. This is explained quite well here https://github.com/pre-commit/pre-commit/issues/2178#issuecomment-1002163763
2022-01-21Added even more conversation starter topics. (#1014)Gravatar Xithrius-5/+24
2022-01-16Make error messages more consistent in the AoC daystar view (#973)Gravatar D0rs4n-1/+7
From now on, when the interacting user and the original author of the view is different, the bot will send an ephemeral message regarding the issue.
2022-01-15chore(deps): bump pillow from 8.4.0 to 9.0.0Gravatar dependabot[bot]-45/+37
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.4.0 to 9.0.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/8.4.0...9.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
2022-01-12Fix AoC name lookup for anon usersGravatar Chris Lovering-1/+3
When a user doesn't set a name, the AoC API doesn't return a name key at all, so we need to make use of the ID field instead, to build the name based on a similar tempalte that AoC uses for it's leaderboard. Co-authored-by: ToxicKidz <[email protected]>
2022-01-09Fix aoc join in date logicGravatar Chris Lovering-3/+4
2022-01-08Remove trailing whitespaceGravatar Chris Lovering-1/+1
Like the previous commit, this trivial change is actually to try and reproduce a bug we had with our GitHub actions.
2022-01-08Change single quote to double quote.Gravatar Chris Lovering-1/+1
This trivial change is actually to try and reproduce a bug we had with our GitHub actions.
2022-01-08handle OverflowError in relative times converterGravatar Sn4u-1/+1