| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2019-12-20 | Update bot/seasons/evergreen/trivia_quiz.py | -1/+3 | ||
| Co-Authored-By: Mark <[email protected]> | ||||
| 2019-12-20 | fixed lint errors | -1/+1 | ||
| 2019-12-20 | In this commit: | -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-17 | Trivia: fix spelling error in category embed footer | -1/+1 | ||
| 2019-12-17 | Trivia: fix concatenation of winner mentions | -3/+1 | ||
| 2019-12-17 | Trivia: space out some of lines of code | -3/+17 | ||
| 2019-12-16 | fixed a indent error | -7/+6 | ||
| 2019-12-16 | Fixed indentation, the category_embed function is no longer a property. | -28/+22 | ||
| 2019-12-12 | Auto-delete channel check error after a period of time. | -2/+2 | ||
| 2019-12-12 | Add exc_info to log.exception to display traceback. | -1/+1 | ||
| 2019-12-12 | Use error_embed for errors, tidy code, show cmd signature for user errors. | -119/+106 | ||
| 2019-12-10 | Use bookmark icon url from constants | -2/+2 | ||
| 2019-12-10 | Add bookmark icon url to constants | -0/+6 | ||
| 2019-12-10 | Refactor function signature | -4/+5 | ||
| Code style is now consistent with the bot repo. | ||||
| 2019-12-09 | Adjust hyperlink text | -1/+1 | ||
| 2019-12-09 | Improve wording of cog docstring | -1/+1 | ||
| 2019-12-09 | Log title wrapped in single quotes for readability | -1/+1 | ||
| 2019-12-09 | Improve default title value and log message | -1/+1 | ||
| The title now defaults to Bookmark and is logged surrounded by single quotes to make it clear which part is the title. | ||||
| 2019-12-09 | Respond with a reaction on success | -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. | ||||
| 2019-12-09 | Improve wording of log and response messages | -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. | ||||
| 2019-12-09 | Fix indentation | -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. | ||||
| 2019-12-09 | lint test change | -2/+2 | ||
| 2019-12-09 | K and R styling. replaced title with hints | -2/+3 | ||
| 2019-12-09 | Changed how title behave when None | -4/+1 | ||
| 2019-12-09 | Removed footer , Unnecessary line. Edited a string | -3/+1 | ||
| 2019-12-08 | Improved DM message | -7/+9 | ||
| Simplified the DM , example in the original post | ||||
| 2019-12-08 | Reworked on the whole structure completely. | -35/+13 | ||
| Removed error_embeds No more selecting last message if * or None is specified Redone how DM's Look like | ||||
| 2019-12-07 | Added better info, Added usage logging. | -1/+2 | ||
| 2019-12-05 | renamed error completely | -2/+2 | ||
| 2019-12-05 | Fixed typo of DMs | -1/+1 | ||
| Co-Authored-By: Matteo Bertucci <[email protected]> | ||||
| 2019-12-05 | Simple change in a if string | -1/+1 | ||
| Co-Authored-By: Matteo Bertucci <[email protected]> | ||||
| 2019-12-05 | Renamed error names | -1/+1 | ||
| Co-Authored-By: Matteo Bertucci <[email protected]> | ||||
| 2019-12-05 | Renamed error names | -1/+1 | ||
| Co-Authored-By: Matteo Bertucci <[email protected]> | ||||
| 2019-12-05 | Saying goodbye to a easteregg | -1/+0 | ||
| RIP `embed.set_footer(text="Why everything so heavy ?")` | ||||
| 2019-12-05 | Fixed wrong order of import syntax | -2/+2 | ||
| 2019-12-05 | Added embeds to error messages, new way of joining hints. | -11/+17 | ||
| 2019-12-05 | Update bot/seasons/evergreen/bookmark.py | -1/+1 | ||
| Fixed the description of the command itself Co-Authored-By: Matteo Bertucci <[email protected]> | ||||
| 2019-12-05 | Fixed cog string issue | -11/+7 | ||
| -Finally got a string that `describe` the cog Bookmark I love you Ves Zappa <3 . -Fixed no punctuation after `No hint provided` string. -Made it so it follow colo(u)ring theme of the bot. | ||||
| 2019-12-05 | Fixed a lot of issues. | -29/+24 | ||
| Fixed the coding not satisfying `K&R` code styling Fixed most of the grammatical issues Removed unnecessary `try except` code block , not gonna trigger anyways. | ||||
| 2019-12-04 | Fixed grammatical errors, and simplified the code a bit. | -19/+17 | ||