aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
2022-01-12minor: remove print debugging statementGravatar onerandomusername-1/+0
2022-01-12fix: subcommands inherit their parent's whitelistGravatar onerandomusername-6/+22
solves issue with adding decorator to the parent which wouldn't apply to the children
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.