| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Syntax cleanup, remove unnecessary emoji dict | 2019-10-14 | -28/+27 | |
| | | ||||
| * | Merge branch 'master' into master | 2019-10-14 | -5/+8 | |
| |\ | ||||
| | * | limit issue command to global whitelist and seasonalbot_chat | 2019-10-03 | -2/+3 | |
| | | | ||||
| * | | Made the icon_URL variable conform to PEP8 | 2019-10-14 | -6/+6 | |
| | | | ||||
| * | | Remove str() in f-string | 2019-10-14 | -1/+1 | |
| | | | | | | | Co-Authored-By: Kieran Siek <[email protected]> | |||
| * | | Remove str() within f-string | 2019-10-14 | -1/+1 | |
| | | | | | | | Co-Authored-By: Kieran Siek <[email protected]> | |||
| * | | Caps fix | 2019-10-14 | -1/+1 | |
| | | | ||||
| * | | Update bot/seasons/evergreen/issues.py | 2019-10-13 | -1/+1 | |
| | | | | | | | Co-Authored-By: Kieran Siek <[email protected]> | |||
| * | | Fixed emoji error in embed | 2019-10-09 | -10/+13 | |
| | | | ||||
| * | | Condensed imports | 2019-10-07 | -2/+1 | |
| | | | ||||
| * | | Constants match pep8 formatting | 2019-10-07 | -10/+10 | |
| | | | ||||
| * | | Made use of constants for colours | 2019-10-07 | -1/+2 | |
| | | | ||||
| * | | Made use of constants file instead of hard coding | 2019-10-07 | -5/+6 | |
| | | | ||||
| * | | Updated location of emojis | 2019-10-06 | -8/+7 | |
| | | | ||||
| * | | Lint error | 2019-10-06 | -1/+0 | |
| | | | ||||
| * | | Updated the explination of API calls | 2019-10-06 | -1/+8 | |
| | | | ||||
| * | | Flake8 Fixing | 2019-10-03 | -2/+4 | |
| | | | ||||
| * | | Resloved requested changes | 2019-10-03 | -4/+7 | |
| | | | ||||
| * | | Final Final Linting Error D415 | 2019-10-02 | -1/+1 | |
| | | | ||||
| * | | Syntax Error Fix | 2019-10-02 | -2/+2 | |
| | | | ||||
| * | | Final Linting | 2019-10-02 | -5/+6 | |
| | | | ||||
| * | | Linting | 2019-10-02 | -3/+2 | |
| | | | ||||
| * | | New more succinct output. | 2019-10-02 | -40/+45 | |
| |/ | ||||
| * | call the rewritten override_in_channel | 2019-10-02 | -1/+1 | |
| | | ||||
| * | Initial linting pass | 2019-09-09 | -3/+5 | |
| | | | | | Bot root, seasons cog, easter cogs, evergreen cogs, halloween cogs | |||
| * | Implement error handling; add `in_channel` overrides to `!issue` and AoC ↵ | 2019-08-06 | -0/+2 | |
| | | | | | commands | |||
| * | Additional review comment resolution | 2019-07-31 | -7/+10 | |
| | | | | | | | | | | | | * Fix line length & broken f string * Use correct URLs for GH access * Align GH issue description truncation placeholder with textwrap.TextWrapper for consistency * Utilize color constant rather than hex code * Flatten logic blocks by reversing logic * Additional minor syntax changes Co-Authored-By: Ava <[email protected]> | |||
| * | Apply issue embed suggestions from code review | 2019-07-31 | -2/+2 | |
| | | | | Co-Authored-By: Ava <[email protected]> | |||
| * | Additional review comment resolution | 2019-07-22 | -13/+22 | |
| | | | | | | | | | | | * Remove duplicate easter egg facts, fix punctuation * Simplify egg fact JSON load * Simplify egg fact embed generation * Simplify issues command, remove redundant calls, and make some variables more explicit * Truncate issue body if its length is greater than 1024 characters (embed field limitation) Co-Authored-By: Mark <[email protected]> | |||
| * | Apply suggestions from code review | 2019-07-22 | -3/+3 | |
| | | | | | | | | | | * Unify use of apostophes & quotes in JSON resources * Sync use of pathlib to the rest of the codebase * Remove unnecessary string conversions * Remove unnecessary dictionary `.get()` call without specifying a default * Other minor syntax modifications Co-Authored-By: Mark <[email protected]> | |||
| * | Align setup docstring to database, fix docstring issues | 2019-07-10 | -5/+3 | |
| | | ||||
| * | Removed unused json | 2019-05-15 | -1/+0 | |
| | | ||||
| * | Fixed docstring location | 2019-05-15 | -1/+2 | |
| | | ||||
| * | Added docstring to function | 2019-05-15 | -0/+1 | |
| | | ||||
| * | Blank line linter error fixed | 2019-05-15 | -0/+1 | |
| | | ||||
| * | Created the .issue command | 2019-05-15 | -0/+41 | |