aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* Adding annotations and making things more beautiful in __init__.pyGravatar Leon Sandøy2018-03-02-6/+10
|
* Switching CI linter from snekchek to flake8Gravatar Leon Sandøy2018-03-02-7/+4
|
* Constants for chevron emojiGravatar Gareth Coles2018-02-28-1/+6
|
* [Travis] Only build on masterGravatar Gareth Coles2018-02-27-0/+4
|
* Fix paginator footer display and allow extra footer textGravatar Gareth Coles2018-02-27-7/+26
| | | | | #15b9v: Extend paginator to support extra footer text #15bdr: Fix paginator not showing footer on first page
* Removed cooldown for devtest, fixed typo (#17)Gravatar Jeremiah Boby2018-02-26-2/+2
|
* Patched the grievous error we overlooked (#16)Gravatar Jeremiah Boby2018-02-26-9/+12
| | | | | | | | | | | | | | • Patched the grievous error we overlooked • Past time must be subtracted from current time for cooldowns • Added `DEVTEST_CHANNEL` to constants • Renamed previous times variable, added devtest • Reordered imports to satisfy Travis • For God's sake, Travis
* Adding autocodeblocking (#15)Gravatar Henrik Böving2018-02-26-2/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * autocodeblocking * ast fix better type annotations * ci there you go * line too long ==> remove comment * deleting message + lowercase python * comments * remove docstrings * you may * not sure what you mean with move to a new line maybe this? * descriptive enough? * better explanation of text filtering * rewrite * fstring * pep8 * better comment * discord message length * ok shady * ok shady * "This is still async discord.py" * didnt see josephs comment * minor comment changes * blank and typo * typo.. * embed sending * adding waiting time + embed dont know if this is the correct way to store the field string * forgot await * but now i know * i heard him * pls * more descriptive variable name * comment * and better string formatting * approve me lemon * here we go aperture * there we go again * name error..... damn linter plugins * you get it aperture * ok lemon * ok aperture * constants instead of plain channel ID * forgot one * constants in bot.py * lemons way ftw * flake8 is weird man * aperture 1 * next aperture * dunno * imports * next lemon
* Fixed formatter.py #1rhpqGravatar Sam Wedgwood2018-02-21-3/+24
| | | | | | - fixed multiline docstrings - added newline after docstring - changed full modulename.classname in type hints to only classname - fixed the format of the arguments to do_<command>
* Clickup commands #z20f (#10)Gravatar Gareth Coles2018-02-20-6/+462
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial work on ClickUp cog * More listing commands * Fix stray square bracket * Need to await json() calls * Fix tasks call * Fix lists call * list -> task_list * Better error handling and _way_ better tasks command * Pagination convenience function * Pagination for the tasks command * Small fixes * Pagination only paginates with more than one page * Grab lists on startup; use strings for list in tasks command * Provide some embed colours * Clean up embed instantiation a bit * Don't show paginated page number when there's only one page * Finish up ClickUp commands * Update command documentation * Move a comment @Aperture * Fixes for Lemon's review
* Martmists: Fancier IPython-like eval command (#3)Gravatar martmists2018-02-16-48/+166
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Fancier IPython-like eval command - Supports Embeds - Pretty-prints - Shortens - Supports catching stdout * Cache pip to speed up travis in the future * Fix snekchek * Update eval.py * Re-order imports * Comply with mentioned issues * Fix travis * Conform to requested edits * Fix travis again * Update eval.py
* Update `deploy_site` docstringGravatar Gareth Coles2018-02-16-1/+1
|
* Update `redeploy` docstringGravatar Gareth Coles2018-02-16-1/+1
|
* Automatically close aiohttp sessionGravatar Gareth Coles2018-02-16-9/+6
|
* Better output on_ready with role updatesGravatar Gareth Coles2018-02-16-6/+18
|
* Supply correct header nameGravatar Gareth Coles2018-02-16-1/+1
|
* snekchekGravatar Gareth Coles2018-02-16-4/+3
|
* Synchronise roles to the site.Gravatar Gareth Coles2018-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.Gravatar Gareth Coles2018-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)Gravatar Sam Wedgwood2018-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.Gravatar Gareth Coles2018-02-15-6/+7
| | | | Also, snekchek.
* Fix object iterationGravatar Gareth Coles2018-02-15-1/+1
|
* Fix silly equality checkGravatar Gareth Coles2018-02-15-3/+5
|
* Actually parse the JSON correctlyGravatar Gareth Coles2018-02-15-1/+3
|
* Merge remote-tracking branch 'origin/master'Gravatar Gareth Coles2018-02-15-3/+110
|\ | | | | | | | | # Conflicts: # bot/constants.py
| * Merge pull request #7 from discord-python/help-formatterGravatar Sam Wedgwood2018-02-13-1/+107
| |\ | | | | | | new HelpFormatter added #1pv7x
| | * added type hinting, and rearranged some code for readabilityGravatar Sam W2018-02-13-9/+12
| | |
| | * changed the way command names are shown (due to the change in command names ↵Gravatar Sam W2018-02-13-2/+2
| | | | | | | | | | | | for the command wrappers)
| | * fixed styling (again)Gravatar Sam W2018-02-13-1/+1
| | |
| | * changed commented examples to docstringsGravatar Sam W2018-02-13-20/+23
| | |
| | * fixed more pylintGravatar Sam W2018-02-13-3/+2
| | |
| | * fixed pylint errorsGravatar Sam W2018-02-13-3/+6
| | |
| | * reordered imports on __main__.pyGravatar univ2018-02-13-1/+1
| | |
| | * moved formatter.py to correct dir, and changed __main__.py to use the formatterGravatar univ2018-02-13-1/+3
| | |
| | * added exampleGravatar univ2018-02-13-0/+8
| | |
| | * fixed broken import againGravatar univ2018-02-13-1/+1
| | |
| | * fixed imports and added new constantGravatar univ2018-02-13-2/+6
| | |
| | * added help for specific commandsGravatar univ2018-02-13-0/+29
| | |
| | * added main help and modulestringGravatar univ2018-02-13-1/+48
| | |
| | * added formatter.pyGravatar univ2018-02-13-0/+8
| |/
| * I'm not even gonna check that errorGravatar Gareth Coles2018-02-13-1/+1
| |
| * Get user count from server membersGravatar Gareth Coles2018-02-13-2/+3
| |
* | Deployment cogGravatar Gareth Coles2018-02-15-3/+85
|/
* Use a case-insensitive dict for cogs.Gravatar Gareth Coles2018-02-12-0/+51
|
* Swap around aliases in info command wrapperGravatar Gareth Coles2018-02-12-1/+1
|
* Update logging.py (#6)Gravatar Joseph2018-02-12-12/+0
| | | | | | | | * Update logging.py * PEP8 * Complete #1pv7v
* only deploy on master (#5)Gravatar Christopher Baklid2018-02-10-3/+23
| | | | * only deploy on master
* Merge pull request #4 from discord-python/readd-c-modulesGravatar lmn2018-02-10-2/+2
|\ | | | | adds the c modules again
| * adds the c modules againGravatar Christopher Baklid2018-02-09-2/+2
|/
* Make commands not case-sensitiveGravatar Gareth Coles2018-02-09-5/+9
|