| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| * | Automatically close aiohttp session | 2018-02-16 | -9/+6 | ||
| | | |||||
| * | Better output on_ready with role updates | 2018-02-16 | -6/+18 | ||
| | | |||||
| * | Supply correct header name | 2018-02-16 | -1/+1 | ||
| | | |||||
| * | snekchek | 2018-02-16 | -4/+3 | ||
| | | |||||
| * | Synchronise roles to the site. | 2018-02-16 | -0/+83 | ||
| | | | | | There might be a better way, I just wanted to get this working since it's a blocker. | ||||
| * | Fun cog, limited to the bot channel. | 2018-02-16 | -0/+51 | ||
| | | | | | This stuff isn't important. Just easter eggs and fun. But don't make super annoying stuff, please. | ||||
| * | Connected embed (#8) | 2018-02-15 | -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. | ||||
| * | Give Inver access to chatops. | 2018-02-15 | -6/+7 | ||
| | | | | | Also, snekchek. | ||||
| * | Fix object iteration | 2018-02-15 | -1/+1 | ||
| | | |||||
| * | Fix silly equality check | 2018-02-15 | -3/+5 | ||
| | | |||||
| * | Actually parse the JSON correctly | 2018-02-15 | -1/+3 | ||
| | | |||||
| * | Merge remote-tracking branch 'origin/master' | 2018-02-15 | -3/+110 | ||
| |\ | | | | | | | | | # Conflicts: # bot/constants.py | ||||
| | * | Merge pull request #7 from discord-python/help-formatter | 2018-02-13 | -1/+107 | ||
| | |\ | | | | | | | new HelpFormatter added #1pv7x | ||||
| | | * | added type hinting, and rearranged some code for readability | 2018-02-13 | -9/+12 | ||
| | | | | |||||
| | | * | changed the way command names are shown (due to the change in command names ↵ | 2018-02-13 | -2/+2 | ||
| | | | | | | | | | | | | | for the command wrappers) | ||||
| | | * | fixed styling (again) | 2018-02-13 | -1/+1 | ||
| | | | | |||||
| | | * | changed commented examples to docstrings | 2018-02-13 | -20/+23 | ||
| | | | | |||||
| | | * | fixed more pylint | 2018-02-13 | -3/+2 | ||
| | | | | |||||
| | | * | fixed pylint errors | 2018-02-13 | -3/+6 | ||
| | | | | |||||
| | | * | reordered imports on __main__.py | 2018-02-13 | -1/+1 | ||
| | | | | |||||
| | | * | moved formatter.py to correct dir, and changed __main__.py to use the formatter | 2018-02-13 | -1/+3 | ||
| | | | | |||||
| | | * | added example | 2018-02-13 | -0/+8 | ||
| | | | | |||||
| | | * | fixed broken import again | 2018-02-13 | -1/+1 | ||
| | | | | |||||
| | | * | fixed imports and added new constant | 2018-02-13 | -2/+6 | ||
| | | | | |||||
| | | * | added help for specific commands | 2018-02-13 | -0/+29 | ||
| | | | | |||||
| | | * | added main help and modulestring | 2018-02-13 | -1/+48 | ||
| | | | | |||||
| | | * | added formatter.py | 2018-02-13 | -0/+8 | ||
| | |/ | |||||
| | * | I'm not even gonna check that error | 2018-02-13 | -1/+1 | ||
| | | | |||||
| | * | Get user count from server members | 2018-02-13 | -2/+3 | ||
| | | | |||||
| * | | Deployment cog | 2018-02-15 | -3/+85 | ||
| |/ | |||||
| * | Use a case-insensitive dict for cogs. | 2018-02-12 | -0/+51 | ||
| | | |||||
| * | Swap around aliases in info command wrapper | 2018-02-12 | -1/+1 | ||
| | | |||||
| * | Update logging.py (#6) | 2018-02-12 | -12/+0 | ||
| | | | | | | | | | * Update logging.py * PEP8 * Complete #1pv7v | ||||
| * | only deploy on master (#5) | 2018-02-10 | -3/+23 | ||
| | | | | | * only deploy on master | ||||
| * | Merge pull request #4 from discord-python/readd-c-modules | 2018-02-10 | -2/+2 | ||
| |\ | | | | | adds the c modules again | ||||
| | * | adds the c modules again | 2018-02-09 | -2/+2 | ||
| |/ | |||||
| * | Make commands not case-sensitive | 2018-02-09 | -5/+9 | ||
| | | |||||
| * | Ignore input on verification command | 2018-02-09 | -1/+1 | ||
| | | |||||
| * | Require verified role for info wrapper command | 2018-02-09 | -0/+1 | ||
| | | |||||
| * | Fix missing alias for info command | 2018-02-09 | -1/+1 | ||
| | | |||||
| * | Send message to the devlog channel when the bot connects | 2018-02-09 | -1/+6 | ||
| | | |||||
| * | Fix `bot.info()` wrapper | 2018-02-09 | -2/+2 | ||
| | | |||||
| * | Role checks should return False in a DM | 2018-02-09 | -0/+6 | ||
| | | |||||
| * | Hide bot command group in favour of function-like command | 2018-02-09 | -1/+1 | ||
| | | |||||
| * | changed the Bot.info_wrapper() to be async. all commands must be coroutines. | 2018-02-09 | -2/+2 | ||
| | | |||||
| * | Fix lemon's monkey-patching | 2018-02-09 | -4/+4 | ||
| | | |||||
| * | Monkey patching discord.ext.commands.view methods to allow case ↵ | 2018-02-09 | -0/+32 | ||
| | | | | | insensitivity for all prefixes and commands. | ||||
| * | Turn down the reqs for deployment, for now | 2018-02-08 | -1/+1 | ||
| | | |||||
| * | Reqs: Pure-python dulwich for now | 2018-02-08 | -1/+1 | ||
| | | |||||
| * | Remove spoonerisms | 2018-02-08 | -22/+0 | ||
| | | |||||
