aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | | | 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-134/+722
| |\ \ \ \
| * | | | | 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.
| | | * | | Reword the pipenv environment bullet for clarityGravatar S. Co12020-01-10-4/+4
| | | | | |
| | | * | | Simplify language for request to implementGravatar scragly2019-12-17-3/+3
| | | | | | | | | | | | | | | | | | Co-Authored-By: Leon Sandøy <[email protected]>
| | | * | | Use international spelling for BehaviourGravatar scragly2019-12-13-2/+2
| | | | | |
| | | * | | Merge enhancement and new feature into a single "feature" issue.Gravatar scragly2019-12-13-65/+39
| | | | | |
| | | * | | Swap the comments around to avoid hasty deletion.Gravatar scragly2019-12-12-2/+2
| | | | | |
| | | * | | "Possible Alternatives" section deferred to "Additional Details".Gravatar scragly2019-12-12-8/+2
| | | | | |
| | | * | | Remove "Possible Issues" sections.Gravatar scragly2019-12-12-8/+0
| | | | | |
| | | * | | Add the requirement to allow PR edits from contributors.Gravatar scragly2019-12-12-0/+1
| | | | | |
| | | * | | Make clearer that PR description is for implementation details.Gravatar scragly2019-12-12-2/+2
| | | | | |
| | | * | | Put additional details and reserve section on all templates.Gravatar scragly2019-12-12-0/+25
| | | | | |
| | | * | | Refine the pull request sections and use proper comments.Gravatar scragly2019-12-12-10/+22
| | | | | |
| | | * | | Remove leftover automatically generated templates.Gravatar scragly2019-12-12-60/+0
| | | | | |
| | | * | | Add issue template config.Gravatar scragly2019-12-12-0/+7
| | | | | |
| | | * | | Refine Github TemplatesGravatar scragly2019-12-12-19/+129
| |_|/ / / |/| | | |
* | | | | Merge pull request #327 from AG4lyf/bookmarkGravatar Leon Sandøy2019-12-10-0/+61
|\ \ \ \ \ | | | | | | | | | | | | [Feature] `.bm` `.pin` bookmarks/personal-pins
| * \ \ \ \ Merge branch 'bookmark' of https://github.com/AG4lyf/seasonalbot into bookmarkGravatar kwzrd2019-12-10-8/+58
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' into bookmarkGravatar Leon Sandøy2019-12-10-8/+58
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Use bookmark icon url from constantsGravatar kwzrd2019-12-10-2/+2
| | | | | | |
| * | | | | | Add bookmark icon url to constantsGravatar kwzrd2019-12-10-0/+6
| |/ / / / /
| * | | | | Refactor function signatureGravatar kwzrd2019-12-10-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | Code style is now consistent with the bot repo.
| * | | | | Adjust hyperlink textGravatar kwzrd2019-12-09-1/+1
| | | | | |
| * | | | | Improve wording of cog docstringGravatar kwzrd2019-12-09-1/+1
| | | | | |
| * | | | | Log title wrapped in single quotes for readabilityGravatar kwzrd2019-12-09-1/+1
| | | | | |
| * | | | | Improve default title value and log messageGravatar kwzrd2019-12-09-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The title now defaults to Bookmark and is logged surrounded by single quotes to make it clear which part is the title.
| * | | | | Respond with a reaction on successGravatar kwzrd2019-12-09-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of returning on error we add an else clause to the try-except block and add a reaction on success to reduce needless visual clutter.
| * | | | | Improve wording of log and response messagesGravatar kwzrd2019-12-09-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improves the wording of both docstrings, strips trailing dot from log and response messages for consistency. Refactors the error embed and renames the variable.
| * | | | | Fix indentationGravatar kwzrd2019-12-09-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The bookmark method's function signature is reformatted, bookmark image url is reduced to a single line, and the embed's description is broken into separate lines.
| * | | | | lint test changeGravatar AG_14362019-12-09-2/+2
| | | | | |
| * | | | | K and R styling. replaced title with hintsGravatar AG_14362019-12-09-2/+3
| | | | | |
| * | | | | Changed how title behave when NoneGravatar AG_14362019-12-09-4/+1
| | | | | |
| * | | | | Removed footer , Unnecessary line. Edited a stringGravatar AG_14362019-12-09-3/+1
| | | | | |
| * | | | | Improved DM messageGravatar AG_14362019-12-08-7/+9
| | | | | | | | | | | | | | | | | | Simplified the DM , example in the original post
| * | | | | Reworked on the whole structure completely.Gravatar AG_14362019-12-08-35/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed error_embeds No more selecting last message if * or None is specified Redone how DM's Look like
| * | | | | Added better info, Added usage logging.Gravatar AG_14362019-12-07-1/+2
| | | | | |