| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | | | Trivia: fix spelling error in category embed footer | 2019-12-17 | -1/+1 | ||
| | | | | | |||||
| | * | | | Trivia: fix concatenation of winner mentions | 2019-12-17 | -3/+1 | ||
| | | | | | |||||
| | * | | | Trivia: space out some of lines of code | 2019-12-17 | -3/+17 | ||
| | | | | | |||||
| * | | | | In this commit: | 2019-12-20 | -12/+13 | ||
| |/ / / | | | | | | | | | | | | | | | | | | | - I cleaned up some residue code - The quiz now selects a random category if None provided - Updated doc strings - Displaying the category when the quiz is starting | ||||
| * | | | fixed a indent error | 2019-12-16 | -7/+6 | ||
| | | | | |||||
| * | | | Merge branch 'quiz_fix' of https://github.com/RohanJnr/seasonalbot into quiz_fix | 2019-12-16 | -1/+1 | ||
| |\ \ \ | |||||
| | * | | | Update bot/seasons/evergreen/trivia_quiz.py | 2019-12-02 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | adding space around special chars Co-Authored-By: Mark <[email protected]> | ||||
| * | | | | Fixed indentation, the category_embed function is no longer a property. | 2019-12-16 | -28/+22 | ||
| |/ / / | |||||
| * | | | added a new command to stop the quiz and removed the cooldown on the quiz ↵ | 2019-11-29 | -6/+15 | ||
| | | | | | | | | | | | | | command | ||||
| * | | | Merge branch 'master' into quiz_fix | 2019-11-28 | -30/+54 | ||
| |\| | | |||||
| | * | | Add the new blinky server guild icon | 2019-11-25 | -0/+1 | ||
| | | | | |||||
| | * | | Change off-season logo size to 512 | 2019-11-02 | -6/+6 | ||
| | | | | |||||
| | * | | Add two new icons to icon constant | 2019-11-02 | -0/+2 | ||
| | | | | |||||
| | * | | Syntax cleanup, remove unnecessary emoji dict | 2019-10-14 | -28/+27 | ||
| | | | | |||||
| | * | | Merge branch 'master' into master | 2019-10-14 | -5/+8 | ||
| | |\ \ | |||||
| | | * \ | Merge branch 'master' into limit-command-channels | 2019-10-14 | -0/+234 | ||
| | | |\ \ | |||||
| | | * | | | 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 | ||
| | | | | | | |||||
| | * | | | | Merge branch 'master' into master | 2019-10-07 | -0/+234 | ||
| | |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | | Made use of constants for colours | 2019-10-07 | -1/+2 | ||
| | | | | | | |||||
| | * | | | | 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 | ||
| | | | | | | |||||
| | * | | | | 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 | ||
| | | |/ / | |/| | | |||||
| * | | | | 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 | -21/+37 | ||
| | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | | fixed lint errors | 2019-10-07 | -1/+1 | ||
| | | | | | |||||
| * | | | | added function annotations to new command | 2019-10-07 | -1/+1 | ||
| | | | | | |||||
| * | | | | Corrected a few typos in the json file and also the following refinements ↵ | 2019-10-07 | -26/+56 | ||
| | |/ / |/| | | | | | | | | | | | | | | | | | for the quiz game: New scoreboard for every game. Store overall score board which refreshs when bot restarts. | ||||
| * | | | Merge branch 'master' into trivia_quiz | 2019-10-03 | -1/+1 | ||
| |\| | | |||||
| | * | | call the rewritten override_in_channel | 2019-10-02 | -1/+1 | ||
| | | | | |||||
| * | | | Applied suggestions from code review | 2019-10-02 | -3/+3 | ||
| | | | | | | | | | | Co-Authored-By: scragly <[email protected]> | ||||