| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2019-12-20 | In this commit: | -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 | ||||
| 2019-12-17 | Trivia: fix spelling error in category embed footer | -1/+1 | ||
| 2019-12-17 | Trivia: fix concatenation of winner mentions | -3/+1 | ||
| 2019-12-17 | Trivia: space out some of lines of code | -3/+17 | ||
| 2019-12-16 | fixed a indent error | -7/+6 | ||
| 2019-12-16 | Fixed indentation, the category_embed function is no longer a property. | -28/+22 | ||
| 2019-12-02 | Update bot/seasons/evergreen/trivia_quiz.py | -1/+1 | ||
| adding space around special chars Co-Authored-By: Mark <[email protected]> | ||||
| 2019-11-29 | added a new command to stop the quiz and removed the cooldown on the quiz ↵ | -6/+15 | ||
| command | ||||
| 2019-11-25 | Add the new blinky server guild icon | -0/+1 | ||
| 2019-11-22 | Grammar fixes | -19/+16 | ||
| 2019-11-19 | Relock to d.py 1.2.5 due to API breaking change for emoji. | -101/+117 | ||
| 2019-11-02 | Change off-season logo size to 512 | -6/+6 | ||
| 2019-11-02 | Add two new icons to icon constant | -0/+2 | ||
| 2019-10-31 | Hotfix end date of Hacktober | -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. | ||||
| 2019-10-20 | added cooldown to the quiz command and more refinement and also tested. | -1/+2 | ||
| 2019-10-19 | added a cool down per channel to the quiz command | -2/+6 | ||
| 2019-10-18 | Made some language corrections in the json file and also made seperate ↵ | -23/+39 | ||
| functions for the start and end quiz. Added another check to check if the game is still running before sending the answer. | ||||
| 2019-10-17 | fixed bugs such as incorrect time to send the category embed, game will no ↵ | -16/+18 | ||
| longer run again if stopped n stuff. | ||||
| 2019-10-14 | Syntax cleanup, remove unnecessary emoji dict | -28/+27 | ||
| 2019-10-14 | Made the icon_URL variable conform to PEP8 | -6/+6 | ||
| 2019-10-14 | Remove str() in f-string | -1/+1 | ||
| Co-Authored-By: Kieran Siek <[email protected]> | ||||
| 2019-10-14 | Remove str() within f-string | -1/+1 | ||
| Co-Authored-By: Kieran Siek <[email protected]> | ||||
| 2019-10-14 | Caps fix | -1/+1 | ||
| 2019-10-13 | Update bot/seasons/evergreen/issues.py | -1/+1 | ||
| Co-Authored-By: Kieran Siek <[email protected]> | ||||
| 2019-10-13 | Updated the code as per the suggestions and they are the following: | -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. | ||||
| 2019-10-12 | allow all AoC commands in whitelisted channels | -0/+8 | ||
| 2019-10-12 | Fixed forgetting to divide by 100. | -1/+1 | ||
| 2019-10-12 | had the wrong prefix in docstring xD | -1/+1 | ||
| 2019-10-12 | fixed " misplace meant. | -1/+1 | ||
| 2019-10-12 | Added Beginner to docstring. | -1/+6 | ||
| 2019-10-09 | Fixed emoji error in embed | -10/+13 | ||
| 2019-10-07 | Condensed imports | -2/+1 | ||
| 2019-10-07 | Constants match pep8 formatting | -10/+10 | ||
| 2019-10-07 | Trailing Commas Removed | -4/+4 | ||
| 2019-10-07 | fixed lint errors | -1/+1 | ||
| 2019-10-07 | added function annotations to new command | -1/+1 | ||
| 2019-10-07 | Corrected a few typos in the json file and also the following refinements ↵ | -27/+58 | ||
| for the quiz game: New scoreboard for every game. Store overall score board which refreshs when bot restarts. | ||||
| 2019-10-07 | Made use of constants for colours | -1/+2 | ||
| 2019-10-07 | Added GitHub emojis to constants file | -0/+6 | ||
| 2019-10-07 | Made use of constants file instead of hard coding | -5/+6 | ||
| 2019-10-07 | Added logging to "get_issues". | -2/+7 | ||
| 2019-10-06 | Updated location of emojis | -8/+7 | ||
| 2019-10-06 | Lint error | -1/+0 | ||
| 2019-10-06 | Updated the explination of API calls | -1/+8 | ||
| 2019-10-05 | bug fixes | -8/+13 | ||
| 2019-10-05 | added beginner | -14/+36 | ||
| 2019-10-04 | override global whitelist on all hacktober subcommands | -0/+2 | ||
| 2019-10-03 | limit Advent Of Code commands to global whitelist and the AoC channel | -2/+4 | ||
| 2019-10-03 | add the adventofcode channel to Channels constant | -0/+1 | ||
| 2019-10-03 | limit issue command to global whitelist and seasonalbot_chat | -2/+3 | ||