| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | * | | Fixed forgetting to divide by 100. | 2019-10-12 | -1/+1 | ||
| | | | | | |||||
| | * | | | Syntax cleanup, remove unnecessary emoji dict | 2019-10-14 | -28/+27 | ||
| | | | | | |||||
| | * | | | Merge branch 'master' into master | 2019-10-14 | -7/+552 | ||
| | |\ \ \ | |||||
| | | * \ \ | Merge branch 'master' into limit-command-channels | 2019-10-14 | -0/+984 | ||
| | | |\ \ \ | | | | |/ | | | |/| | |||||
| | | | * | | Merge branch 'master' into hacktober-issue-finder | 2019-10-12 | -16/+926 | ||
| | | | |\ \ | | | | |/ | | | |/| | |||||
| | | | | * | Merge branch 'master' into drag_names | 2019-10-12 | -16/+644 | ||
| | | | | |\ | |||||
| | | | | | * | Merge branch 'master' into pride_facts | 2019-10-12 | -16/+504 | ||
| | | | | | |\ | |||||
| | | | | | * | | Fix linter issue | 2019-10-03 | -1/+1 | ||
| | | | | | | | | |||||
| | | | | | * | | Add task to post daily pride fact | 2019-10-03 | -13/+36 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, pride facts are posted as embeds now | ||||
| | | | | | * | | Fix linter issues | 2019-10-03 | -2/+2 | ||
| | | | | | | | | |||||
| | | | | | * | | Fix linter issues | 2019-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 cog | 2019-10-03 | -4/+4 | ||
| | | | | | | | | |||||
| | | | | | * | | Add pride facts cog | 2019-10-03 | -0/+83 | ||
| | | | | | | | | |||||
| | | | | | * | | Add pride facts for 2020 | 2019-10-03 | -0/+34 | ||
| | | | | | | | | |||||
| | | | | * | | | Change drag queen name list to JSON | 2019-10-02 | -250/+252 | ||
| | | | | | | | | |||||
| | | | | * | | | Fix linter issue | 2019-10-01 | -1/+1 | ||
| | | | | | | | | |||||
| | | | | * | | | Add drag queen name generator | 2019-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 names | 2019-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 xD | 2019-10-12 | -1/+1 | ||
| | | | | | | | |||||
| | | | * | | | fixed " misplace meant. | 2019-10-12 | -1/+1 | ||
| | | | | | | | |||||
| | | | * | | | Added Beginner to docstring. | 2019-10-12 | -1/+6 | ||
| | | | | | | | |||||
| | | | * | | | Added logging to "get_issues". | 2019-10-07 | -2/+7 | ||
| | | | | | | | |||||
| | | | * | | | bug fixes | 2019-10-05 | -8/+13 | ||
| | | | | | | | |||||
| | | | * | | | added beginner | 2019-10-05 | -14/+36 | ||
| | | | | | | | |||||
| | | | * | | | added embed. | 2019-10-02 | -11/+28 | ||
| | | | | | | | |||||
| | | | * | | | get issue data | 2019-10-01 | -2/+37 | ||
| | | | | | | | |||||
| | | | * | | | added hacktober-issue-finder cog. | 2019-10-01 | -0/+18 | ||
| | | | |/ / | |||||
| | | * | | | allow all AoC commands in whitelisted channels | 2019-10-12 | -0/+8 | ||
| | | | | | | |||||
| | | * | | | override global whitelist on all hacktober subcommands | 2019-10-04 | -0/+2 | ||
| | | | | | | |||||
| | | * | | | limit Advent Of Code commands to global whitelist and the AoC channel | 2019-10-03 | -2/+4 | ||
| | | | | | | |||||
| | | * | | | add the adventofcode channel to Channels constant | 2019-10-03 | -0/+1 | ||
| | | | | | | |||||
| | | * | | | limit issue command to global whitelist and seasonalbot_chat | 2019-10-03 | -2/+3 | ||
| | | | | | | |||||
| | * | | | | Made the icon_URL variable conform to PEP8 | 2019-10-14 | -6/+6 | ||
| | | | | | | |||||
| | * | | | | Remove str() in f-string | 2019-10-14 | -1/+1 | ||
| | | | | | | | | | | | | | | | | Co-Authored-By: Kieran Siek <[email protected]> | ||||
| | * | | | | Remove str() within f-string | 2019-10-14 | -1/+1 | ||
| | | | | | | | | | | | | | | | | Co-Authored-By: Kieran Siek <[email protected]> | ||||
| | * | | | | Caps fix | 2019-10-14 | -1/+1 | ||
| | | | | | | |||||
| | * | | | | Update bot/seasons/evergreen/issues.py | 2019-10-13 | -1/+1 | ||
| | | | | | | | | | | | | | | | | Co-Authored-By: Kieran Siek <[email protected]> | ||||
| | * | | | | Fixed emoji error in embed | 2019-10-09 | -10/+13 | ||
| | | | | | | |||||
| | * | | | | Condensed imports | 2019-10-07 | -2/+1 | ||
| | | | | | | |||||
| | * | | | | Constants match pep8 formatting | 2019-10-07 | -10/+10 | ||
| | | | | | | |||||
| | * | | | | Trailing Commas Removed | 2019-10-07 | -4/+4 | ||
| | | | | | | |||||
| | * | | | | Merge branch 'master' into master | 2019-10-07 | -0/+455 | ||
| | |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | | Made use of constants for colours | 2019-10-07 | -1/+2 | ||
| | | | | | | |||||
| | * | | | | Added GitHub emojis to constants file | 2019-10-07 | -0/+6 | ||
| | | | | | | |||||
| | * | | | | Made use of constants file instead of hard coding | 2019-10-07 | -5/+6 | ||
| | | | | | | |||||
| | * | | | | Updated location of emojis | 2019-10-06 | -8/+7 | ||
| | | | | | | |||||
| | * | | | | Lint error | 2019-10-06 | -1/+0 | ||
| | | | | | | |||||
| | * | | | | Updated the explination of API calls | 2019-10-06 | -1/+8 | ||
| | | | | | | |||||
| | * | | | | Merge branch 'master' into master | 2019-10-03 | -8/+8 | ||
| | |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | | Flake8 Fixing | 2019-10-03 | -2/+4 | ||
| | | | | | | |||||