diff options
| author | 2018-02-20 20:44:07 +0000 | |
|---|---|---|
| committer | 2018-02-20 20:44:07 +0000 | |
| commit | 9ce4ef675714bfeb0ce28eb1fa0fb68bb4e2dd2e (patch) | |
| tree | 104a6e139e8e84ee2983fd658f780b4f78703268 /requirements.txt | |
| parent | Martmists: Fancier IPython-like eval command (#3) (diff) | |
Clickup commands #z20f (#10)
* 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
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 1c0e49647..9e191988d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ https://github.com/Rapptz/discord.py/archive/rewrite.zip#egg=discord.py[voice] dulwich +multidict |