| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | * | | | | 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 | ||
| | | | | | | | |||||
| | | | | * | | Add issue template config. | 2019-12-12 | -0/+7 | ||
| | | | | | | | |||||
| | | | | * | | Refine Github Templates | 2019-12-12 | -19/+129 | ||
| | | |_|/ / | |/| | | | |||||
| | * | | | | Merge pull request #327 from AG4lyf/bookmark | 2019-12-10 | -0/+61 | ||
| | |\ \ \ \ | | | | | | | | | | | | | [Feature] `.bm` `.pin` bookmarks/personal-pins | ||||
| | | * \ \ \ | Merge branch 'bookmark' of https://github.com/AG4lyf/seasonalbot into bookmark | 2019-12-10 | -8/+58 | ||
| | | |\ \ \ \ | |||||
| | | | * \ \ \ | Merge branch 'master' into bookmark | 2019-12-10 | -8/+58 | ||
| | | | |\ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| | | * | | | | | Use bookmark icon url from constants | 2019-12-10 | -2/+2 | ||
| | | | | | | | | |||||
| | | * | | | | | Add bookmark icon url to constants | 2019-12-10 | -0/+6 | ||
| | | |/ / / / | |||||
| | | * | | | | Refactor function signature | 2019-12-10 | -4/+5 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | Code style is now consistent with the bot repo. | ||||
| | | * | | | | Adjust hyperlink text | 2019-12-09 | -1/+1 | ||
| | | | | | | | |||||
| | | * | | | | Improve wording of cog docstring | 2019-12-09 | -1/+1 | ||
| | | | | | | | |||||
| | | * | | | | Log title wrapped in single quotes for readability | 2019-12-09 | -1/+1 | ||
| | | | | | | | |||||
| | | * | | | | Improve default title value and log message | 2019-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 success | 2019-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 messages | 2019-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 indentation | 2019-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 change | 2019-12-09 | -2/+2 | ||
| | | | | | | | |||||
| | | * | | | | K and R styling. replaced title with hints | 2019-12-09 | -2/+3 | ||
| | | | | | | | |||||
| | | * | | | | Changed how title behave when None | 2019-12-09 | -4/+1 | ||
| | | | | | | | |||||
| | | * | | | | Removed footer , Unnecessary line. Edited a string | 2019-12-09 | -3/+1 | ||
| | | | | | | | |||||
| | | * | | | | Improved DM message | 2019-12-08 | -7/+9 | ||
| | | | | | | | | | | | | | | | | | | | Simplified the DM , example in the original post | ||||
| | | * | | | | Reworked on the whole structure completely. | 2019-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. | 2019-12-07 | -1/+2 | ||
| | | | | | | | |||||
| | | * | | | | renamed error completely | 2019-12-05 | -2/+2 | ||
| | | | | | | | |||||
| | | * | | | | Fixed typo of DMs | 2019-12-05 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | Co-Authored-By: Matteo Bertucci <[email protected]> | ||||
| | | * | | | | Simple change in a if string | 2019-12-05 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | Co-Authored-By: Matteo Bertucci <[email protected]> | ||||
| | | * | | | | Renamed error names | 2019-12-05 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | Co-Authored-By: Matteo Bertucci <[email protected]> | ||||
| | | * | | | | Renamed error names | 2019-12-05 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | Co-Authored-By: Matteo Bertucci <[email protected]> | ||||
| | | * | | | | Saying goodbye to a easteregg | 2019-12-05 | -1/+0 | ||
| | | | | | | | | | | | | | | | | | | | RIP `embed.set_footer(text="Why everything so heavy ?")` | ||||
| | | * | | | | Fixed wrong order of import syntax | 2019-12-05 | -2/+2 | ||
| | | | | | | | |||||
| | | * | | | | Added embeds to error messages, new way of joining hints. | 2019-12-05 | -11/+17 | ||
| | | | | | | | |||||
| | | * | | | | Update bot/seasons/evergreen/bookmark.py | 2019-12-05 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed the description of the command itself Co-Authored-By: Matteo Bertucci <[email protected]> | ||||
| | | * | | | | Fixed cog string issue | 2019-12-05 | -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. | ||||
| | | * | | | | Fixed a lot of issues. | 2019-12-05 | -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. | ||||
| | | * | | | | Fixed grammatical errors, and simplified the code a bit. | 2019-12-04 | -19/+17 | ||
| | | | | | | | |||||
| | | * | | | | Introduced `.bm` command for personal bookmarking message via message jump url | 2019-12-04 | -0/+78 | ||
| | | | | | | | | | | | | | | | | | | | Pretty much the main file for the command `.bm` used to make bookmark in a heavy server for personal use later, along with hints to organize it easily. | ||||
| * | | | | | | Use new bot meta methods for set commands. | 2019-12-06 | -195/+47 | ||
| | | | | | | | |||||