aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py (unfollow)
Commit message (Collapse)AuthorLines
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-30Litterally got no idea why it failed checks last timeGravatar DerpDays-4/+6
2018-10-30Made the local imports come before the external onesGravatar DerpDays-1/+1
2018-10-25Fix hacktoberstats to properly parse valid repository names with _ and .Gravatar sco1-3/+3
2018-10-14Added logging i believe, tell me if i messed up anywhere!Gravatar DerpDays-1/+43
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
2018-10-14I believe this fixes the flake8 issuesGravatar DerpDays-9/+5
2018-10-14Ignore that last commit lolGravatar DerpDays-2/+2
2018-10-14Forgot some commasGravatar DerpDays-2/+2
2018-10-14Fixed the PEP8 errors, ill add logging soon.Gravatar DerpDays-20/+34