aboutsummaryrefslogtreecommitdiffstats
path: root/deploy.py (unfollow)
Commit message (Collapse)AuthorLines
2018-02-16snekchekGravatar Gareth Coles-4/+3
2018-02-16Synchronise roles to the site.Gravatar Gareth Coles-0/+83
There might be a better way, I just wanted to get this working since it's a blocker.
2018-02-16Fun cog, limited to the bot channel.Gravatar Gareth Coles-0/+51
This stuff isn't important. Just easter eggs and fun. But don't make super annoying stuff, please.
2018-02-15Connected embed (#8)Gravatar Sam Wedgwood-1/+10
Literally just changes the "Connected!" message to an embed so it looks a bit nicer, and the little added bonus that you can click on the Python Bot and it will send you to the bot's repo.
2018-02-15Give Inver access to chatops.Gravatar Gareth Coles-6/+7
Also, snekchek.
2018-02-15Fix object iterationGravatar Gareth Coles-1/+1
2018-02-15Fix silly equality checkGravatar Gareth Coles-3/+5
2018-02-15Actually parse the JSON correctlyGravatar Gareth Coles-1/+3
2018-02-15Deployment cogGravatar Gareth Coles-3/+85
2018-02-13added type hinting, and rearranged some code for readabilityGravatar Sam W-9/+12
2018-02-13changed the way command names are shown (due to the change in command names ↵Gravatar Sam W-2/+2
for the command wrappers)
2018-02-13fixed styling (again)Gravatar Sam W-1/+1
2018-02-13changed commented examples to docstringsGravatar Sam W-20/+23
2018-02-13fixed more pylintGravatar Sam W-3/+2
2018-02-13fixed pylint errorsGravatar Sam W-3/+6
2018-02-13reordered imports on __main__.pyGravatar univ-1/+1
2018-02-13moved formatter.py to correct dir, and changed __main__.py to use the formatterGravatar univ-1/+3
2018-02-13added exampleGravatar univ-0/+8
2018-02-13fixed broken import againGravatar univ-1/+1
2018-02-13fixed imports and added new constantGravatar univ-2/+6
2018-02-13added help for specific commandsGravatar univ-0/+29
2018-02-13added main help and modulestringGravatar univ-1/+48