aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/evergreen/issues.py (follow)
Commit message (Collapse)AuthorAgeLines
* Syntax cleanup, remove unnecessary emoji dictGravatar S. Co12019-10-14-28/+27
|
* Merge branch 'master' into masterGravatar RohanRadia2019-10-14-5/+8
|\
| * limit issue command to global whitelist and seasonalbot_chatGravatar Numerlor2019-10-03-2/+3
| |
* | Made the icon_URL variable conform to PEP8Gravatar RohanRadia2019-10-14-6/+6
| |
* | Remove str() in f-stringGravatar RohanRadia2019-10-14-1/+1
| | | | | | Co-Authored-By: Kieran Siek <[email protected]>
* | Remove str() within f-stringGravatar RohanRadia2019-10-14-1/+1
| | | | | | Co-Authored-By: Kieran Siek <[email protected]>
* | Caps fixGravatar RohanRadia2019-10-14-1/+1
| |
* | Update bot/seasons/evergreen/issues.pyGravatar RohanRadia2019-10-13-1/+1
| | | | | | Co-Authored-By: Kieran Siek <[email protected]>
* | Fixed emoji error in embedGravatar RohanRadia2019-10-09-10/+13
| |
* | Condensed importsGravatar RohanRadia2019-10-07-2/+1
| |
* | Constants match pep8 formattingGravatar RohanRadia2019-10-07-10/+10
| |
* | Made use of constants for coloursGravatar RohanRadia2019-10-07-1/+2
| |
* | Made use of constants file instead of hard codingGravatar RohanRadia2019-10-07-5/+6
| |
* | Updated location of emojisGravatar RohanRadia2019-10-06-8/+7
| |
* | Lint errorGravatar RohanRadia2019-10-06-1/+0
| |
* | Updated the explination of API callsGravatar RohanRadia2019-10-06-1/+8
| |
* | Flake8 FixingGravatar RohanRadia2019-10-03-2/+4
| |
* | Resloved requested changesGravatar RohanRadia2019-10-03-4/+7
| |
* | Final Final Linting Error D415Gravatar RohanRadia2019-10-02-1/+1
| |
* | Syntax Error FixGravatar RohanRadia2019-10-02-2/+2
| |
* | Final LintingGravatar RohanRadia2019-10-02-5/+6
| |
* | LintingGravatar RohanRadia2019-10-02-3/+2
| |
* | New more succinct output.Gravatar RohanRadia2019-10-02-40/+45
|/
* call the rewritten override_in_channelGravatar Numerlor2019-10-02-1/+1
|
* Initial linting passGravatar S. Co12019-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 ↵Gravatar kosayoda2019-08-06-0/+2
| | | | commands
* Additional review comment resolutionGravatar sco12019-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 reviewGravatar S. Co12019-07-31-2/+2
| | | Co-Authored-By: Ava <[email protected]>
* Additional review comment resolutionGravatar sco12019-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 Gravatar S. Co12019-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 issuesGravatar sco12019-07-10-5/+3
|
* Removed unused jsonGravatar RohanRadia2019-05-15-1/+0
|
* Fixed docstring locationGravatar RohanRadia2019-05-15-1/+2
|
* Added docstring to functionGravatar RohanRadia2019-05-15-0/+1
|
* Blank line linter error fixedGravatar RohanRadia2019-05-15-0/+1
|
* Created the .issue commandGravatar RohanRadia2019-05-15-0/+41