aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
2019-12-20In this commit:Gravatar RohanJnr-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-17Trivia: fix spelling error in category embed footerGravatar MarkKoz-1/+1
2019-12-17Trivia: fix concatenation of winner mentionsGravatar MarkKoz-3/+1
2019-12-17Trivia: space out some of lines of codeGravatar MarkKoz-3/+17
2019-12-16fixed a indent errorGravatar RohanJnr-7/+6
2019-12-16Fixed indentation, the category_embed function is no longer a property.Gravatar RohanJnr-28/+22
2019-12-02Update bot/seasons/evergreen/trivia_quiz.py Gravatar Rohan_Iceman-1/+1
adding space around special chars Co-Authored-By: Mark <[email protected]>
2019-11-29added a new command to stop the quiz and removed the cooldown on the quiz ↵Gravatar RohanJnr-6/+15
command
2019-11-25Add the new blinky server guild iconGravatar Deniz-0/+1
2019-11-22Grammar fixesGravatar Joseph Banks-19/+16
2019-11-19Relock to d.py 1.2.5 due to API breaking change for emoji.Gravatar scragly-101/+117
2019-11-02Change off-season logo size to 512Gravatar kwzrd-6/+6
2019-11-02Add two new icons to icon constantGravatar kwzrd-0/+2
2019-10-31Hotfix end date of HacktoberGravatar Sebastiaan Zeeff-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-20added cooldown to the quiz command and more refinement and also tested.Gravatar RohanJnr-1/+2
2019-10-19added a cool down per channel to the quiz commandGravatar RohanJnr-2/+6
2019-10-18Made some language corrections in the json file and also made seperate ↵Gravatar RohanJnr-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-17fixed bugs such as incorrect time to send the category embed, game will no ↵Gravatar RohanJnr-16/+18
longer run again if stopped n stuff.
2019-10-14Syntax cleanup, remove unnecessary emoji dictGravatar S. Co1-28/+27
2019-10-14Made the icon_URL variable conform to PEP8Gravatar RohanRadia-6/+6
2019-10-14Remove str() in f-stringGravatar RohanRadia-1/+1
Co-Authored-By: Kieran Siek <[email protected]>
2019-10-14Remove str() within f-stringGravatar RohanRadia-1/+1
Co-Authored-By: Kieran Siek <[email protected]>
2019-10-14Caps fixGravatar RohanRadia-1/+1
2019-10-13Update bot/seasons/evergreen/issues.pyGravatar RohanRadia-1/+1
Co-Authored-By: Kieran Siek <[email protected]>
2019-10-13Updated the code as per the suggestions and they are the following:Gravatar RohanJnr-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-12allow all AoC commands in whitelisted channelsGravatar Numerlor-0/+8
2019-10-12Fixed forgetting to divide by 100.Gravatar vivax3794-1/+1
2019-10-12had the wrong prefix in docstring xDGravatar vivax3794-1/+1
2019-10-12fixed " misplace meant.Gravatar vivax3794-1/+1
2019-10-12Added Beginner to docstring.Gravatar vivax3794-1/+6
2019-10-09Fixed emoji error in embedGravatar RohanRadia-10/+13
2019-10-07Condensed importsGravatar RohanRadia-2/+1
2019-10-07Constants match pep8 formattingGravatar RohanRadia-10/+10
2019-10-07Trailing Commas RemovedGravatar RohanRadia-4/+4
2019-10-07fixed lint errorsGravatar RohanJnr-1/+1
2019-10-07added function annotations to new commandGravatar RohanJnr-1/+1
2019-10-07Corrected a few typos in the json file and also the following refinements ↵Gravatar RohanJnr-27/+58
for the quiz game: New scoreboard for every game. Store overall score board which refreshs when bot restarts.
2019-10-07Made use of constants for coloursGravatar RohanRadia-1/+2
2019-10-07Added GitHub emojis to constants fileGravatar RohanRadia-0/+6
2019-10-07Made use of constants file instead of hard codingGravatar RohanRadia-5/+6
2019-10-07Added logging to "get_issues".Gravatar vivax3794-2/+7
2019-10-06Updated location of emojisGravatar RohanRadia-8/+7
2019-10-06Lint errorGravatar RohanRadia-1/+0
2019-10-06Updated the explination of API callsGravatar RohanRadia-1/+8
2019-10-05bug fixesGravatar vivax3794-8/+13
2019-10-05added beginnerGravatar vivax3794-14/+36
2019-10-04override global whitelist on all hacktober subcommandsGravatar Numerlor-0/+2
2019-10-03limit Advent Of Code commands to global whitelist and the AoC channelGravatar Numerlor-2/+4
2019-10-03add the adventofcode channel to Channels constantGravatar Numerlor-0/+1
2019-10-03limit issue command to global whitelist and seasonalbot_chatGravatar Numerlor-2/+3