aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | | * | | bug fixesGravatar vivax37942019-10-05-8/+13
| | | | | |
| | | * | | added beginnerGravatar vivax37942019-10-05-14/+36
| | | | | |
| | | * | | added embed.Gravatar vivax37942019-10-02-11/+28
| | | | | |
| | | * | | get issue dataGravatar vivax37942019-10-01-2/+37
| | | | | |
| | | * | | added hacktober-issue-finder cog.Gravatar vivax37942019-10-01-0/+18
| | | | | |
| | | | * | allow all AoC commands in whitelisted channelsGravatar Numerlor2019-10-12-0/+8
| | | | | |
| | | | * | override global whitelist on all hacktober subcommandsGravatar Numerlor2019-10-04-0/+2
| | | | | |
| | | | * | limit Advent Of Code commands to global whitelist and the AoC channelGravatar Numerlor2019-10-03-2/+4
| | | | | |
| | | | * | add the adventofcode channel to Channels constantGravatar Numerlor2019-10-03-0/+1
| | | | | |
| | | | * | 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
| | | | | |
| | | | | * Trailing Commas RemovedGravatar RohanRadia2019-10-07-4/+4
| | | | | |
| | | | | * Merge branch 'master' into masterGravatar RohanRadia2019-10-07-0/+455
| | | | | |\ | | |_|_|_|/ | |/| | | |
| | | | | * Made use of constants for coloursGravatar RohanRadia2019-10-07-1/+2
| | | | | |
| | | | | * Added GitHub emojis to constants fileGravatar RohanRadia2019-10-07-0/+6
| | | | | |
| | | | | * 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
| | | | | |
| | | | | * Merge branch 'master' into masterGravatar RohanRadia2019-10-03-8/+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
| | | | | |
| | | | | * Merge pull request #3 from python-discord/masterGravatar RohanRadia2019-10-02-2055/+2829
| | | | | |\ | | | | | | | | | | | | | | Update
* | | | | | | 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-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 ↵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-27/+58
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for the quiz game: New scoreboard for every game. Store overall score board which refreshs when bot restarts.
* | | | | | Merge pull request #275 from RohanJnr/trivia_quizGravatar S. Co12019-10-04-0/+455
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Trivia quiz
| * | | | | Merge branch 'master' into trivia_quizGravatar S. Co12019-10-04-8/+8
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #289 from Numerlor/channel_override_role_bypass_fixGravatar S. Co12019-10-02-8/+8
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Put role bypass check above channel override check
| * | | | | adjust end date time to the end of the last day of october instead of the ↵Gravatar Numerlor2019-10-02-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | beginning of it
| * | | | | put role bypass check above channel override to make sure bypass roles can ↵Gravatar Numerlor2019-10-02-7/+7
|/ / / / / | | | | | | | | | | | | | | | activate commands everywhere even with override channels specified
| * | | | Merge branch 'master' into trivia_quizGravatar scragly2019-10-03-14/+47
| |\ \ \ \ | |/ / / / |/| | | |