aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py (unfollow)
Commit message (Collapse)AuthorLines
2018-11-20Reverting changes on the conflicting file.Gravatar Leon Sandøy-2/+2
2018-11-18Add badges to READMEGravatar Gareth Coles-1/+5
2018-11-18Hacktoberbot -> SeasonalbotGravatar Gareth Coles-18/+18
2018-11-18Azure: Silence Pepper once againGravatar Gareth Coles-1/+1
2018-11-18Azure: Unsilence for nowGravatar Gareth Coles-1/+1
2018-11-18Azure: It's called seasonalbot in prod now too.Gravatar Gareth Coles-1/+1
Also, silence Pepper output again.
2018-11-18Flake8Gravatar Leon Sandøy-2/+0
2018-11-18Created an uptime cog. Testing Azure CI deployment.Gravatar Leon Sandøy-18/+74
2018-11-18Hardcoding EAUTHGravatar Leon Sandøy-2/+2
2018-11-18Passing the secret env vars into the scriptGravatar Leon Sandøy-10/+11
2018-11-18UNSILENCE, FOOLSGravatar Leon Sandøy-2/+2
2018-11-18Nope, all of that was stupid and this is the real thing. Let's install ↵Gravatar Leon Sandøy-12/+3
Setuptools manually.
2018-11-18Because maybe.Gravatar Leon Sandøy-0/+3
2018-11-18Build stage now has ubuntu poolGravatar Leon Sandøy-1/+8
2018-11-18Oops, I think this should fix the pipeline.Gravatar Leon Sandøy-4/+10
2018-11-18pipe that pepper output to stdoutGravatar Leon Sandøy-1/+1
2018-11-18enable logging of pepper output to a fileGravatar Leon Sandøy-1/+1
2018-11-18Azure Pipeline CIGravatar Leon Sandøy-37/+84
2018-11-17Update README.mdGravatar Leon Sandøy-13/+3
2018-10-31Resolved PR comments.Gravatar Derek Fitzpatrick-38/+52
2018-10-31Fixed linting issue in hacktoberstatsGravatar Derek Fitzpatrick-2/+2
2018-10-31Resolved feedback from PR. Resolved lint extra spacing.Gravatar Derek Fitzpatrick-21/+32
2018-10-25Fix hacktoberstats to properly parse valid repository names with _ and .Gravatar sco1-3/+3
2018-10-14Add regex & command prefix filters to reaction cog (#45)Gravatar sco1-10/+48
* Add regex & command prefix filters for reaction checks * Add bot self-reaction short circuit, add logging * Remove infinitely looping debug line oops... * Refactor to reduce log noise Move short circuit into a first reaction match to prevent logging every time someone invokes a command or the bot says something