aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | Defer README content to Seasonalbot's WikiGravatar sco12019-07-31-283/+2
| | | |
* | | | Merge pull request #247 from Suhail6inkling/8bitifyGravatar Sebastiaan Zeeff2019-08-04-0/+54
|\ \ \ \ | |/ / / |/| | | Adding feature that 8-bitifies a profile picture
| * | | Apply suggeGravatar Suhail6inkling2019-08-04-1/+1
| | | | | | | | | | | | Co-Authored-By: kosayoda <[email protected]>
| * | | Add annotationsGravatar Suhail6inkling2019-08-04-5/+5
| | | | | | | | | | | | Co-Authored-By: Sebastiaan Zeeff <[email protected]>
| * | | 8bitifyGravatar Suhail2019-08-03-0/+54
|/ / /
* | | aghhh I suck at programmingGravatar Leon Sandøy2019-08-01-1/+0
| | |
* | | Fix dates and linter complaintGravatar Leon Sandøy2019-08-01-3/+2
| | |
* | | Untested retro gaming yolo commit. Adds the Wildcard season.Gravatar Leon Sandøy2019-08-01-1/+34
| | |
* | | Merge pull request #234 from python-discord/temp-branchGravatar S. Co12019-07-31-3/+439
|\ \ \ | | | | | | | | Implement Outstanding Feedback on PRs
| * | | Additional review comment resolutionGravatar sco12019-07-31-47/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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]>
| * | | Fix typo in April Fools resource loadGravatar sco12019-07-22-1/+1
| | | |
| * | | Additional review comment resolutionGravatar sco12019-07-22-26/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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]>
| * | | Rename variables for clarity, fix extraneous whitespace from reviewGravatar sco12019-07-22-9/+9
| | | |
| * | | Apply suggestions from code review Gravatar S. Co12019-07-22-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | Update riddle docstring for clarity Minor change to feedback phrasing Co-Authored-By: Leon Sandøy <[email protected]>
| * | | Add missing channel getterGravatar sco12019-07-10-2/+2
| | | |
| * | | Merge pull request #194 from RohanJnr/easter_egg_factsGravatar S. Co12019-07-10-0/+84
| |\ \ \ | | | | | | | | | | Easter egg facts
| | * | | removed blank spaces in blank line...Gravatar Rohan2019-06-22-1/+1
| | | | |
| | * | | gave a blank line after class doc string...Gravatar Rohan2019-06-22-0/+1
| | | | |
| | * | | removed blank lines after function doc stringsGravatar Rohan2019-06-22-6/+0
| | | | |
| | * | | made the requested following changes :Gravatar Rohan2019-06-22-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | 1. Using the seasonalbot channel id from the constants file 2. Added logging to the setup funciton.
| | * | | fixed a small lint errorGravatar Rohan2019-04-26-1/+1
| | | | |
| | * | | changes a few doc strings and renamed the background methodGravatar Rohan2019-04-26-6/+16
| | | | |
| | * | | using top level array in json fileGravatar Rohan2019-04-23-5/+3
| | | | |
| | * | | fixed lint errorsGravatar Rohan2019-04-09-5/+12
| | | | |
| | * | | done with the easter egg fact cmd and background taskGravatar Rohan2019-04-09-0/+68
| | | | |
| | * | | Merge branch 'master' of https://github.com/python-discord/seasonalbotGravatar Rohan2019-04-05-551/+2556
| | |\ \ \
| * | | | | Add user feedback if a riddle is already in progressGravatar sco12019-07-10-1/+3
| | | | | |
| * | | | | Merge pull request #202 from JackyFWong/masterGravatar S. Co12019-07-10-0/+175
| |\ \ \ \ \ | | | | | | | | | | | | | | Implemented .riddlemethis for the Easter season
| | * | | | | implemented one-at-a-time execution policyGravatar JackyFWong2019-07-07-34/+43
| | | | | | |
| | * | | | | fix variables and typoGravatar JackyFWong2019-06-17-9/+6
| | | | | | |
| | * | | | | fixed winner list format and self.winner boolGravatar JackyFWong2019-06-17-4/+6
| | | | | | |
| | * | | | | most changes requested implemented, fixed linting errorsGravatar JackyFWong2019-06-17-9/+8
| | | | | | |
| | * | | | | changes to meet flake8Gravatar JackyFWong2019-04-26-4/+2
| | | | | | |
| | * | | | | finalized riddles and fixed various easter_riddle bugsGravatar JackyFWong2019-04-26-9/+10
| | | | | | |
| | * | | | | added answer parsing and pining winnerGravatar JackyFWong2019-04-26-8/+11
| | | | | | |
| | * | | | | removed punctuation from riddlesGravatar JackyFWong2019-04-26-6/+6
| | | | | | |
| | * | | | | fixed some errors in easter_riddleGravatar JackyFWong2019-04-26-3/+4
| | | | | | |
| | * | | | | added user input checksGravatar twhaley62019-04-26-6/+18
| | | | | | |
| | * | | | | easter riddle .py createdGravatar twhaley62019-04-26-0/+71
| | | | | | |
| | * | | | | riddle easter questions addedGravatar twhaley62019-04-25-0/+82
| | | | | | |
| * | | | | | Clean up vowel finding logic, update docstrings for new linting rulesGravatar sco12019-07-10-27/+13
| | | | | | |
| * | | | | | Merge pull request #204 from glowingrunes/bunny-name-generatorGravatar S. Co12019-07-10-0/+135
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Bunny Name Generator
| | * | | | | | Fixed linting error.Gravatar glowingrunes2019-05-03-3/+1
| | | | | | | |
| | * | | | | | Combined filter_name and find_spaces into one method. Renamed variables to ↵Gravatar glowingrunes2019-05-03-73/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | be more Pythonic, and improved the comments.
| | * | | | | | Fixed linting errors.Gravatar glowingrunes2019-04-28-5/+6
| | | | | | | |
| | * | | | | | Removed code that was added for debugging purposes.Gravatar glowingrunes2019-04-28-2/+0
| | | | | | | |
| | * | | | | | Completed the 'bunnifyme' command.Gravatar glowingrunes2019-04-28-0/+97
| | | | | | | |
| | * | | | | | Finished the random bunny name generator command.Gravatar glowingrunes2019-04-28-0/+25
| | | | | | | |