aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/evergreen (follow)
Commit message (Collapse)AuthorAgeLines
...
| * | | Trivia: fix spelling error in category embed footerGravatar MarkKoz2019-12-17-1/+1
| | | |
| * | | Trivia: fix concatenation of winner mentionsGravatar MarkKoz2019-12-17-3/+1
| | | |
| * | | Trivia: space out some of lines of codeGravatar MarkKoz2019-12-17-3/+17
| | | |
* | | | In this commit:Gravatar RohanJnr2019-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 errorGravatar RohanJnr2019-12-16-7/+6
| | |
* | | Merge branch 'quiz_fix' of https://github.com/RohanJnr/seasonalbot into quiz_fixGravatar RohanJnr2019-12-16-1/+1
|\ \ \
| * | | Update bot/seasons/evergreen/trivia_quiz.py Gravatar Rohan_Iceman2019-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.Gravatar RohanJnr2019-12-16-28/+22
|/ / /
* | | added a new command to stop the quiz and removed the cooldown on the quiz ↵Gravatar RohanJnr2019-11-29-6/+15
| | | | | | | | | | | | command
* | | Merge branch 'master' into quiz_fixGravatar Rohan_Iceman2019-11-28-30/+54
|\| |
| * | Add the new blinky server guild iconGravatar Deniz2019-11-25-0/+1
| | |
| * | Change off-season logo size to 512Gravatar kwzrd2019-11-02-6/+6
| | |
| * | Add two new icons to icon constantGravatar kwzrd2019-11-02-0/+2
| | |
| * | Syntax cleanup, remove unnecessary emoji dictGravatar S. Co12019-10-14-28/+27
| | |
| * | Merge branch 'master' into masterGravatar RohanRadia2019-10-14-5/+8
| |\ \
| | * \ Merge branch 'master' into limit-command-channelsGravatar Leon Sandøy2019-10-14-0/+234
| | |\ \
| | * | | 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
| | | | |
| * | | | Update bot/seasons/evergreen/issues.pyGravatar RohanRadia2019-10-13-1/+1
| | | | | | | | | | | | | | | Co-Authored-By: Kieran Siek <[email protected]>
| * | | | Fixed emoji error in embedGravatar RohanRadia2019-10-09-10/+13
| | | | |
| * | | | Condensed importsGravatar RohanRadia2019-10-07-2/+1
| | | | |
| * | | | Constants match pep8 formattingGravatar RohanRadia2019-10-07-10/+10
| | | | |
| * | | | Merge branch 'master' into masterGravatar RohanRadia2019-10-07-0/+234
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Made use of constants for coloursGravatar RohanRadia2019-10-07-1/+2
| | | | |
| * | | | Made use of constants file instead of hard codingGravatar RohanRadia2019-10-07-5/+6
| | | | |
| * | | | Updated location of emojisGravatar RohanRadia2019-10-06-8/+7
| | | | |
| * | | | Lint errorGravatar RohanRadia2019-10-06-1/+0
| | | | |
| * | | | Updated the explination of API callsGravatar RohanRadia2019-10-06-1/+8
| | | | |
| * | | | Flake8 FixingGravatar RohanRadia2019-10-03-2/+4
| | | | |
| * | | | Resloved requested changesGravatar RohanRadia2019-10-03-4/+7
| | | | |
| * | | | Final Final Linting Error D415Gravatar RohanRadia2019-10-02-1/+1
| | | | |
| * | | | Syntax Error FixGravatar RohanRadia2019-10-02-2/+2
| | | | |
| * | | | Final LintingGravatar RohanRadia2019-10-02-5/+6
| | | | |
| * | | | LintingGravatar RohanRadia2019-10-02-3/+2
| | | | |
| * | | | New more succinct output.Gravatar RohanRadia2019-10-02-40/+45
| | |/ / | |/| |
* | | | Grammar fixesGravatar Joseph Banks2019-11-22-19/+16
| | | |
* | | | added cooldown to the quiz command and more refinement and also tested.Gravatar RohanJnr2019-10-20-1/+2
| | | |
* | | | added a cool down per channel to the quiz commandGravatar RohanJnr2019-10-19-2/+6
| | | |
* | | | Made some language corrections in the json file and also made seperate ↵Gravatar RohanJnr2019-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 ↵Gravatar RohanJnr2019-10-17-16/+18
| | | | | | | | | | | | | | | | longer run again if stopped n stuff.
* | | | Updated the code as per the suggestions and they are the following:Gravatar RohanJnr2019-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 errorsGravatar RohanJnr2019-10-07-1/+1
| | | |
* | | | added function annotations to new commandGravatar RohanJnr2019-10-07-1/+1
| | | |
* | | | Corrected a few typos in the json file and also the following refinements ↵Gravatar RohanJnr2019-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_quizGravatar scragly2019-10-03-1/+1
|\| |
| * | call the rewritten override_in_channelGravatar Numerlor2019-10-02-1/+1
| | |
* | | Applied suggestions from code reviewGravatar Rohan_Iceman2019-10-02-3/+3
| | | | | | | | | Co-Authored-By: scragly <[email protected]>