| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2018-02-16 | snekchek | -4/+3 | ||
| 2018-02-16 | Synchronise roles to the site. | -0/+83 | ||
| There might be a better way, I just wanted to get this working since it's a blocker. | ||||
| 2018-02-16 | Fun cog, limited to the bot channel. | -0/+51 | ||
| This stuff isn't important. Just easter eggs and fun. But don't make super annoying stuff, please. | ||||
| 2018-02-15 | Connected embed (#8) | -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-15 | Give Inver access to chatops. | -6/+7 | ||
| Also, snekchek. | ||||
| 2018-02-15 | Fix object iteration | -1/+1 | ||
| 2018-02-15 | Fix silly equality check | -3/+5 | ||
| 2018-02-15 | Actually parse the JSON correctly | -1/+3 | ||
| 2018-02-15 | Deployment cog | -3/+85 | ||
| 2018-02-13 | added type hinting, and rearranged some code for readability | -9/+12 | ||
| 2018-02-13 | changed the way command names are shown (due to the change in command names ↵ | -2/+2 | ||
| for the command wrappers) | ||||
| 2018-02-13 | fixed styling (again) | -1/+1 | ||
| 2018-02-13 | changed commented examples to docstrings | -20/+23 | ||
| 2018-02-13 | fixed more pylint | -3/+2 | ||
| 2018-02-13 | fixed pylint errors | -3/+6 | ||
| 2018-02-13 | reordered imports on __main__.py | -1/+1 | ||
| 2018-02-13 | moved formatter.py to correct dir, and changed __main__.py to use the formatter | -1/+3 | ||
| 2018-02-13 | added example | -0/+8 | ||
| 2018-02-13 | fixed broken import again | -1/+1 | ||
| 2018-02-13 | fixed imports and added new constant | -2/+6 | ||
| 2018-02-13 | added help for specific commands | -0/+29 | ||
| 2018-02-13 | added main help and modulestring | -1/+48 | ||