| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | * | | | Added permission check for staff channels message leak. | 2020-01-25 | -0/+12 | ||
| | |/ / / | |||||
| | * | | | Merge pull request #337 from AG4lyf/bookmark-patch | 2020-01-09 | -4/+2 | ||
| | |\ \ \ | | | | | | | | | | | Add exception where relayed message.content length exceed 2048 charac… | ||||
| | | * | | | Removed unnacessary `content` variable usage | 2020-01-07 | -2/+1 | ||
| | | | | | | |||||
| | | * | | | Moved jump url into a field. | 2020-01-07 | -6/+2 | ||
| | | | | | | |||||
| | | * | | | Add exception where relayed message.content length exceed 2048 characters | 2020-01-07 | -1/+4 | ||
| | |/ / / | |||||
| | | * | | uninstalled the buttons lib and corrected lint errors | 2020-02-05 | -243/+170 | ||
| | | | | | |||||
| | | * | | finished implementing the reddit command | 2020-02-05 | -45/+51 | ||
| | | | | | |||||
| | | * | | installed buttons and implemented embed pagination | 2020-01-26 | -157/+321 | ||
| | |/ / | |||||
| | * | | Use a static discord shield on the readme. | 2019-12-26 | -2/+2 | ||
| | | | | |||||
| | * | | Merge pull request #298 from RohanJnr/quiz_fix | 2019-12-20 | -77/+147 | ||
| | |\ \ | | | | | | | | | Quiz command fix | ||||
| | | * \ | Merge branch 'master' into quiz_fix | 2019-12-20 | -211/+430 | ||
| | | |\ \ | | |/ / | |/| | | |||||
| | * | | | Merge pull request #332 from python-discord/errorhandler-refine | 2019-12-16 | -119/+106 | ||
| | |\ \ \ | | | | | | | | | | | Use error_embed for errors, tidy code, show cmd signature for user errors. | ||||
| | | * | | | Auto-delete channel check error after a period of time. | 2019-12-12 | -2/+2 | ||
| | | | | | | |||||
| | | * | | | Add exc_info to log.exception to display traceback. | 2019-12-12 | -1/+1 | ||
| | | | | | | |||||
| | | * | | | Use error_embed for errors, tidy code, show cmd signature for user errors. | 2019-12-12 | -119/+106 | ||
| | |/ / / | |||||
| | | * | | Update bot/seasons/evergreen/trivia_quiz.py | 2019-12-20 | -1/+1 | ||
| | | | | | | | | | | | | | Co-Authored-By: Mark <[email protected]> | ||||
| | | * | | Update bot/seasons/evergreen/trivia_quiz.py | 2019-12-20 | -1/+3 | ||
| | | | | | | | | | | | | | Co-Authored-By: Mark <[email protected]> | ||||
| | | * | | fixed lint errors | 2019-12-20 | -1/+1 | ||
| | | | | | |||||
| | | * | | Merge branch 'quiz_fix' of https://github.com/RohanJnr/seasonalbot into quiz_fix | 2019-12-20 | -6/+18 | ||
| | | |\ \ | |||||
| | | | * | | Trivia: fix spelling error in category embed footer | 2019-12-17 | -1/+1 | ||
| | | | | | | |||||
| | | | * | | Trivia: fix concatenation of winner mentions | 2019-12-17 | -3/+1 | ||
| | | | | | | |||||
| | | | * | | Trivia: space out some of lines of code | 2019-12-17 | -3/+17 | ||
| | | | | | | |||||
| | | * | | | In this commit: | 2019-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 error | 2019-12-16 | -7/+6 | ||
| | | | | | |||||
| | | * | | Merge branch 'quiz_fix' of https://github.com/RohanJnr/seasonalbot into quiz_fix | 2019-12-16 | -1/+1 | ||
| | | |\ \ | |||||
| | | | * | | Update bot/seasons/evergreen/trivia_quiz.py | 2019-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. | 2019-12-16 | -28/+22 | ||
| | | |/ / | |||||
| | | * | | added a new command to stop the quiz and removed the cooldown on the quiz ↵ | 2019-11-29 | -6/+15 | ||
| | | | | | | | | | | | | | | | | | command | ||||
| | | * | | Merge branch 'master' into quiz_fix | 2019-11-28 | -134/+722 | ||
| | | |\ \ | |||||
| | | * | | | Grammar fixes | 2019-11-22 | -19/+16 | ||
| | | | | | | |||||
| | | * | | | added cooldown to the quiz command and more refinement and also tested. | 2019-10-20 | -1/+2 | ||
| | | | | | | |||||
| | | * | | | added a cool down per channel to the quiz command | 2019-10-19 | -2/+6 | ||
| | | | | | | |||||
| | | * | | | Made some language corrections in the json file and also made seperate ↵ | 2019-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 ↵ | 2019-10-17 | -16/+18 | ||
| | | | | | | | | | | | | | | | | | | | | | longer run again if stopped n stuff. | ||||
| | | * | | | Updated the code as per the suggestions and they are the following: | 2019-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 errors | 2019-10-07 | -1/+1 | ||
| | | | | | | |||||
| | | * | | | added function annotations to new command | 2019-10-07 | -1/+1 | ||
| | | | | | | |||||
| | | * | | | Corrected a few typos in the json file and also the following refinements ↵ | 2019-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 clarity | 2020-01-10 | -4/+4 | ||
| | | | | | | |||||
| | | | | * | Simplify language for request to implement | 2019-12-17 | -3/+3 | ||
| | | | | | | | | | | | | | | | | Co-Authored-By: Leon Sandøy <[email protected]> | ||||
| | | | | * | Use international spelling for Behaviour | 2019-12-13 | -2/+2 | ||
| | | | | | | |||||
| | | | | * | Merge enhancement and new feature into a single "feature" issue. | 2019-12-13 | -65/+39 | ||
| | | | | | | |||||
| | | | | * | Swap the comments around to avoid hasty deletion. | 2019-12-12 | -2/+2 | ||
| | | | | | | |||||
| | | | | * | "Possible Alternatives" section deferred to "Additional Details". | 2019-12-12 | -8/+2 | ||
| | | | | | | |||||
| | | | | * | Remove "Possible Issues" sections. | 2019-12-12 | -8/+0 | ||
| | | | | | | |||||
| | | | | * | Add the requirement to allow PR edits from contributors. | 2019-12-12 | -0/+1 | ||
| | | | | | | |||||
| | | | | * | Make clearer that PR description is for implementation details. | 2019-12-12 | -2/+2 | ||
| | | | | | | |||||
| | | | | * | Put additional details and reserve section on all templates. | 2019-12-12 | -0/+25 | ||
| | | | | | | |||||
| | | | | * | Refine the pull request sections and use proper comments. | 2019-12-12 | -10/+22 | ||
| | | | | | | |||||
| | | | | * | Remove leftover automatically generated templates. | 2019-12-12 | -60/+0 | ||
| | | | | | | |||||