aboutsummaryrefslogtreecommitdiffstats
path: root/bot/pagination.py (unfollow)
Commit message (Collapse)AuthorLines
2019-12-20Update bot/seasons/evergreen/trivia_quiz.pyGravatar Rohan_Iceman-1/+3
Co-Authored-By: Mark <[email protected]>
2019-12-20fixed lint errorsGravatar RohanJnr-1/+1
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-12Auto-delete channel check error after a period of time.Gravatar scragly-2/+2
2019-12-12Add exc_info to log.exception to display traceback.Gravatar scragly-1/+1
2019-12-12Use error_embed for errors, tidy code, show cmd signature for user errors.Gravatar scragly-119/+106
2019-12-10Use bookmark icon url from constantsGravatar kwzrd-2/+2
2019-12-10Add bookmark icon url to constantsGravatar kwzrd-0/+6
2019-12-10Refactor function signatureGravatar kwzrd-4/+5
Code style is now consistent with the bot repo.
2019-12-09Adjust hyperlink textGravatar kwzrd-1/+1
2019-12-09Improve wording of cog docstringGravatar kwzrd-1/+1
2019-12-09Log title wrapped in single quotes for readabilityGravatar kwzrd-1/+1
2019-12-09Improve default title value and log messageGravatar kwzrd-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-09Respond with a reaction on successGravatar kwzrd-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-09Improve wording of log and response messagesGravatar kwzrd-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-09Fix indentationGravatar kwzrd-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-09lint test changeGravatar AG_1436-2/+2
2019-12-09K and R styling. replaced title with hintsGravatar AG_1436-2/+3
2019-12-09Changed how title behave when NoneGravatar AG_1436-4/+1
2019-12-09Removed footer , Unnecessary line. Edited a stringGravatar AG_1436-3/+1
2019-12-08Improved DM messageGravatar AG_1436-7/+9
Simplified the DM , example in the original post
2019-12-08Reworked on the whole structure completely.Gravatar AG_1436-35/+13
Removed error_embeds No more selecting last message if * or None is specified Redone how DM's Look like
2019-12-07Added better info, Added usage logging.Gravatar AG_1436-1/+2
2019-12-05renamed error completelyGravatar AG_1436-2/+2
2019-12-05Fixed typo of DMsGravatar AG_1436-1/+1
Co-Authored-By: Matteo Bertucci <[email protected]>
2019-12-05Simple change in a if stringGravatar AG_1436-1/+1
Co-Authored-By: Matteo Bertucci <[email protected]>
2019-12-05Renamed error namesGravatar AG_1436-1/+1
Co-Authored-By: Matteo Bertucci <[email protected]>
2019-12-05Renamed error namesGravatar AG_1436-1/+1
Co-Authored-By: Matteo Bertucci <[email protected]>
2019-12-05Saying goodbye to a eastereggGravatar AG_1436-1/+0
RIP `embed.set_footer(text="Why everything so heavy ?")`
2019-12-05Fixed wrong order of import syntaxGravatar AG_1436-2/+2
2019-12-05Added embeds to error messages, new way of joining hints.Gravatar AG_1436-11/+17
2019-12-05Update bot/seasons/evergreen/bookmark.py Gravatar AG_1436-1/+1
Fixed the description of the command itself Co-Authored-By: Matteo Bertucci <[email protected]>
2019-12-05Fixed cog string issueGravatar AG_1436-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-05Fixed a lot of issues.Gravatar AG_1436-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-04Fixed grammatical errors, and simplified the code a bit.Gravatar AG_1436-19/+17