aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
2019-07-31Apply issue embed suggestions from code reviewGravatar S. Co1-2/+2
Co-Authored-By: Ava <[email protected]>
2019-07-22Fix typo in April Fools resource loadGravatar sco1-1/+1
2019-07-22Additional review comment resolutionGravatar sco1-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-22Apply suggestions from code review Gravatar S. Co1-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-22Rename variables for clarity, fix extraneous whitespace from reviewGravatar sco1-9/+9
2019-07-22Apply suggestions from code review Gravatar S. Co1-2/+6
Update riddle docstring for clarity Minor change to feedback phrasing Co-Authored-By: Leon Sandøy <[email protected]>
2019-07-10Add missing channel getterGravatar sco1-2/+2
2019-07-10Add user feedback if a riddle is already in progressGravatar sco1-1/+3
2019-07-10Clean up vowel finding logic, update docstrings for new linting rulesGravatar sco1-27/+13
2019-07-10Align setup docstring to database, fix docstring issuesGravatar sco1-5/+3
2019-07-10Add missing whitespace to egghead questions JSONGravatar sco1-1/+1
2019-07-07implemented one-at-a-time execution policyGravatar JackyFWong-34/+43
2019-07-03Changing id of terning4 to the correct oneGravatar Sebastiaan Zeeff-1/+1
2019-06-22Remove str vs Sequence checkingGravatar Suhail-13/+8
2019-06-22Add trailing comma for ease of useGravatar Suhail-1/+1
2019-06-22Changed all icon attributes to tuplesGravatar Suhail-6/+16
2019-06-22removed blank spaces in blank line...Gravatar Rohan-1/+1
2019-06-22gave a blank line after class doc string...Gravatar Rohan-0/+1
2019-06-22removed blank lines after function doc stringsGravatar Rohan-6/+0
2019-06-22made the requested following changes :Gravatar Rohan-1/+7
1. Using the seasonalbot channel id from the constants file 2. Added logging to the setup funciton.
2019-06-21Code review changesGravatar Suhail-12/+7
2019-06-21Add icons for evergreenGravatar Suhail-0/+6
2019-06-21Fix new season not being reassigned and loadedGravatar Suhail-0/+1
2019-06-21Change base logic to allow for listed icon attributesGravatar Suhail-11/+46
2019-06-20Changed Path() arguments for readabilityGravatar AvianAnalyst-40/+40
2019-06-20Clarified doc strings and tidied code per requestsGravatar AvianAnalyst-4/+8
2019-06-19Implemented review suggestions.Gravatar AvianAnalyst-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-18Lint and add doc stringsGravatar AvianAnalyst-2/+8
2019-06-18Added type hintsGravatar AvianAnalyst-3/+3
2019-06-18Finished vetting song list and received mod approvalGravatar AvianAnalyst-102/+58
2019-06-17Code runs as expected, anthem list needs vettedGravatar AvianAnalyst-124/+295
2019-06-17Wrote initial code for running the bot command.Gravatar AvianAnalyst-59/+48
2019-06-17fix variables and typoGravatar JackyFWong-9/+6
2019-06-17fixed winner list format and self.winner boolGravatar JackyFWong-4/+6
2019-06-17most changes requested implemented, fixed linting errorsGravatar JackyFWong-9/+8