| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | | | | | | | 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 | ||
| | | | | | | | | |||||
| | | | | * | | | Resloved requested changes | 2019-10-03 | -4/+7 | ||
| | | | | | | | | |||||
| | | | | * | | | Final Final Linting Error D415 | 2019-10-02 | -1/+1 | ||
| | | | | | | | | |||||
| | | | | * | | | Syntax Error Fix | 2019-10-02 | -2/+2 | ||
| | | | | | | | | |||||
| | | | | * | | | Final Linting | 2019-10-02 | -5/+6 | ||
| | | | | | | | | |||||
| | | | | * | | | Linting | 2019-10-02 | -3/+2 | ||
| | | | | | | | | |||||
| | | | | * | | | New more succinct output. | 2019-10-02 | -40/+45 | ||
| | | | | | | | | |||||
| | | | | * | | | Merge pull request #3 from python-discord/master | 2019-10-02 | -2055/+2829 | ||
| | | | | |\ \ \ | | | | | | | | | | | | | | | | | Update | ||||
| | | | | | | * | | Grammar fixes | 2019-11-22 | -19/+16 | ||
| | | | | | | | | | |||||
| | | | | | | * | | added cooldown to the quiz command and more refinement and also tested. | 2019-10-20 | -1/+2 | ||
| | | | | | | | | | |||||
| | | | | | | * | | added a cool down per channel to the quiz command | 2019-10-19 | -2/+6 | ||
| | | | | | | | | | |||||
| | | | | | | * | | Made some language corrections in the json file and also made seperate ↵ | 2019-10-18 | -23/+39 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | functions for the start and end quiz. Added another check to check if the game is still running before sending the answer. | ||||
| | | | | | | * | | fixed bugs such as incorrect time to send the category embed, game will no ↵ | 2019-10-17 | -16/+18 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | longer run again if stopped n stuff. | ||||
| | | | | | | * | | Updated the code as per the suggestions and they are the following: | 2019-10-13 | -10/+12 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Corrected all typos. - the quiz command is now a command group to allocate the leaderboard command(a command which shows the leaderboard for the current bot session). - Few other refinements with language and stuff. | ||||