| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2019-07-31 | Apply issue embed suggestions from code review | -2/+2 | ||
| Co-Authored-By: Ava <[email protected]> | ||||
| 2019-07-22 | Fix typo in April Fools resource load | -1/+1 | ||
| 2019-07-22 | Additional review comment resolution | -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]> | ||||
| 2019-07-22 | Apply suggestions from code review | -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]> | ||||
| 2019-07-22 | Rename variables for clarity, fix extraneous whitespace from review | -9/+9 | ||
| 2019-07-22 | Apply suggestions from code review | -2/+6 | ||
| Update riddle docstring for clarity Minor change to feedback phrasing Co-Authored-By: Leon Sandøy <[email protected]> | ||||
| 2019-07-10 | Add missing channel getter | -2/+2 | ||
| 2019-07-10 | Add user feedback if a riddle is already in progress | -1/+3 | ||
| 2019-07-10 | Clean up vowel finding logic, update docstrings for new linting rules | -27/+13 | ||
| 2019-07-10 | Align setup docstring to database, fix docstring issues | -5/+3 | ||
| 2019-07-10 | Add missing whitespace to egghead questions JSON | -1/+1 | ||
| 2019-07-07 | implemented one-at-a-time execution policy | -34/+43 | ||
| 2019-07-03 | Changing id of terning4 to the correct one | -1/+1 | ||
| 2019-06-22 | Remove str vs Sequence checking | -13/+8 | ||
| 2019-06-22 | Add trailing comma for ease of use | -1/+1 | ||
| 2019-06-22 | Changed all icon attributes to tuples | -6/+16 | ||
| 2019-06-22 | removed blank spaces in blank line... | -1/+1 | ||
| 2019-06-22 | gave a blank line after class doc string... | -0/+1 | ||
| 2019-06-22 | removed blank lines after function doc strings | -6/+0 | ||
| 2019-06-22 | made the requested following changes : | -1/+7 | ||
| 1. Using the seasonalbot channel id from the constants file 2. Added logging to the setup funciton. | ||||
| 2019-06-21 | Code review changes | -12/+7 | ||
| 2019-06-21 | Add icons for evergreen | -0/+6 | ||
| 2019-06-21 | Fix new season not being reassigned and loaded | -0/+1 | ||
| 2019-06-21 | Change base logic to allow for listed icon attributes | -11/+46 | ||
| 2019-06-20 | Changed Path() arguments for readability | -40/+40 | ||
| 2019-06-20 | Clarified doc strings and tidied code per requests | -4/+8 | ||
| 2019-06-19 | Implemented review suggestions. | -10/+10 | ||
| Added namespaces for json loading and random choices. Changed Path() to take a direct path instead of an argument separated path. Added aliases "anthem" and "pridesong". Added periods to the end of all doc strings. | ||||
| 2019-06-18 | Lint and add doc strings | -2/+8 | ||
| 2019-06-18 | Added type hints | -3/+3 | ||
| 2019-06-18 | Finished vetting song list and received mod approval | -102/+58 | ||
| 2019-06-17 | Code runs as expected, anthem list needs vetted | -124/+295 | ||
| 2019-06-17 | Wrote initial code for running the bot command. | -59/+48 | ||
| 2019-06-17 | fix variables and typo | -9/+6 | ||
| 2019-06-17 | fixed winner list format and self.winner bool | -4/+6 | ||
| 2019-06-17 | most changes requested implemented, fixed linting errors | -9/+8 | ||