aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Add env var support for Advent of Code year specificationGravatar S. Co12019-11-25-1/+1
| | | To assist with debugging
* Update leaderboard IDGravatar S. Co12019-11-25-1/+1
|
* year binds to datetime instead of a magic numberGravatar Eivind Teig2019-11-18-1/+2
|
* Merge pull request #311 from kwzrd/update-icon-constantGravatar Leon Sandøy2019-11-17-4/+6
|\ | | | | Add two new icons to icon constant
| * Change off-season logo size to 512Gravatar kwzrd2019-11-02-6/+6
| |
| * Add two new icons to icon constantGravatar kwzrd2019-11-02-0/+2
|/
* Hotfix end date of HacktoberGravatar Sebastiaan Zeeff2019-10-31-1/+1
| | | | | The command is mostly used to calculate the time left in the DO's Hacktoberfest event we are participating in. However, the current end datetime was specified as a day before the actual end of the event. This hotfix remedies that for the end-calculation only. This code should get a proper fix to rework the entire logic to use the correct start and end datetimes for DO's event.
* Hacktober issue finder fix - divide count by 100 (#301)Gravatar scragly2019-10-20-1/+1
|\ | | | | Hacktober issue finder fix - divide count by 100
| * Merge remote-tracking branch 'origin/hacktober-issue-finder' into ↵Gravatar vivax37942019-10-12-17/+927
| |\ | | | | | | | | | hacktober-issue-finder
| * | Fixed forgetting to divide by 100.Gravatar vivax37942019-10-12-1/+1
| | |
* | | Merge pull request #291 from RohanRadia/masterGravatar Kieran Siek2019-10-17-25/+51
|\ \ \ | | | | | | | | !issue Command Refinements
| * | | Syntax cleanup, remove unnecessary emoji dictGravatar S. Co12019-10-14-28/+27
| | | |
| * | | Merge branch 'master' into masterGravatar RohanRadia2019-10-14-7/+552
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #294 from Numerlor/limit-command-channelsGravatar Leon Sandøy2019-10-14-4/+18
|\ \ \ \ | | | | | | | | | | Limit the issue and AoC commands to a superset of the global whitelist instead of bypassing it entirely
| * \ \ \ Merge branch 'master' into limit-command-channelsGravatar Leon Sandøy2019-10-14-0/+984
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #296 from vivax3794/hacktober-issue-finderGravatar Kieran Siek2019-10-12-0/+107
|\ \ \ \ \ | | |_|_|/ | |/| | | Hacktober issue finder
| * | | | Merge branch 'master' into hacktober-issue-finderGravatar Kieran Siek2019-10-12-17/+927
| |\ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
* | | | Merge pull request #287 from WillDaSilva/drag_namesGravatar Sebastiaan Zeeff2019-10-12-0/+282
|\ \ \ \ | | | | | | | | | | Drag Queen Name Generator
| * \ \ \ Merge branch 'master' into drag_namesGravatar Sebastiaan Zeeff2019-10-12-17/+645
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #292 from WillDaSilva/pride_factsGravatar Sebastiaan Zeeff2019-10-12-0/+140
|\ \ \ \ \ | | | | | | | | | | | | Pride facts
| * \ \ \ \ Merge branch 'master' into pride_factsGravatar Sebastiaan Zeeff2019-10-12-17/+505
| |\ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix linter issueGravatar Will Da Silva2019-10-03-1/+1
| | | | | |
| * | | | | Add task to post daily pride factGravatar Will Da Silva2019-10-03-13/+36
| | | | | | | | | | | | | | | | | | | | | | | | Also, pride facts are posted as embeds now
| * | | | | Fix linter issuesGravatar Will Da Silva2019-10-03-2/+2
| | | | | |
| * | | | | Fix linter issuesGravatar Will Da Silva2019-10-03-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | I don't understand why these linter issues don't come up when I run flake8 myself
| * | | | | Minor improvements for pride facts cogGravatar Will Da Silva2019-10-03-4/+4
| | | | | |
| * | | | | Add pride facts cogGravatar Will Da Silva2019-10-03-0/+83
| | | | | |
| * | | | | Add pride facts for 2020Gravatar Will Da Silva2019-10-03-0/+34
| | | | | |
| | * | | | Change drag queen name list to JSONGravatar Will Da Silva2019-10-02-250/+252
| | | | | |
| | * | | | Fix linter issueGravatar Will Da Silva2019-10-01-1/+1
| | | | | |
| | * | | | Add drag queen name generatorGravatar Will Da Silva2019-10-01-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Could be improved by writing a message that says: "@command_invoker's drag queen name is <generated name>"
| | * | | | Add drag queen namesGravatar Will Da Silva2019-10-01-0/+248
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The names are stored in a text file, since they're basically just a list, and json seems like overkill for this case. In any case switching over to json later would be easy. The names could be separated into first and last names in order to generate more combinations, but that would break the wordplay that many of the names have. The names were taken from https://www.fantasynamegenerators.com/drag-queen-names.php as permitted by the footnote on the page.
| | * | | had the wrong prefix in docstring xDGravatar vivax37942019-10-12-1/+1
| | | | |
| | * | | fixed " misplace meant.Gravatar vivax37942019-10-12-1/+1
| | | | |
| | * | | Added Beginner to docstring.Gravatar vivax37942019-10-12-1/+6
| | | | |
| | * | | Added logging to "get_issues".Gravatar vivax37942019-10-07-2/+7
| | | | |
| | * | | bug fixesGravatar vivax37942019-10-05-8/+13
| | | | |
| | * | | added beginnerGravatar vivax37942019-10-05-14/+36
| | | | |
| | * | | added embed.Gravatar vivax37942019-10-02-11/+28
| | | | |
| | * | | get issue dataGravatar vivax37942019-10-01-2/+37
| | | | |
| | * | | added hacktober-issue-finder cog.Gravatar vivax37942019-10-01-0/+18
| | | | |
| | | * | allow all AoC commands in whitelisted channelsGravatar Numerlor2019-10-12-0/+8
| | | | |
| | | * | override global whitelist on all hacktober subcommandsGravatar Numerlor2019-10-04-0/+2
| | | | |
| | | * | limit Advent Of Code commands to global whitelist and the AoC channelGravatar Numerlor2019-10-03-2/+4
| | | | |
| | | * | add the adventofcode channel to Channels constantGravatar Numerlor2019-10-03-0/+1
| | | | |
| | | * | 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
| | | | |