| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Fixed error message for less than 1 movie check. | 2020-02-18 | -1/+1 | |
| | | ||||
| * | Added .movies genres|genre|g command. Made .movies command docstring ↵ | 2020-02-17 | -46/+42 | |
| | | | | | smaller. Added warning loggings. Better Some Numbers section formatting. | |||
| * | Small style fixes: removed unnecessary comments, made ifs easier readable, ↵ | 2020-02-16 | -26/+17 | |
| | | | | | fixed type hints. | |||
| * | Moved get_random_movies to Movie cog and made this to smaller functions. | 2020-02-15 | -141/+128 | |
| | | ||||
| * | Replaced check from Enum members to try-except block. | 2020-02-14 | -5/+4 | |
| | | ||||
| * | Made .movies command genres getting ID and name check to Enum, also made ↵ | 2020-02-14 | -57/+33 | |
| | | | | | things more dynamical. | |||
| * | Moved .movies command genres from subcommands to if-elif-else statement, ↵ | 2020-02-14 | -328/+96 | |
| | | | | | added alias .movie | |||
| * | Added .movie command with what when specifing genre you get random movies, ↵ | 2020-02-12 | -0/+481 | |
| | | | | | depending how much movies you define. This use TMDB API. | |||
| * | Add correct emoji IDs to Evergreen reddit cog | 2020-02-09 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | The emoji IDs in the Reddit cog were for emojis that are not available to Seasonal Bot. While I think a proper solution using constants is to be preferred, I've edited in IDs for emojis that can be used by the bot in the mean time. I've reused three of the emojis that we were already using for our Reddit webhook and added four new emojis to the `PyDis Emoji II` server. Reused emojis: :user: 638729835442602003 :upvotes: 638729835245731840 :comments: 638729835073765387 New emojis available on PyDis Emoji II: :reddit_logo: 676030265734332427 :reddit_post_photo: 676030265734201344 :reddit_post_text: 676030265910493204 :reddit_post_video: 676030265839190047 The latter four may need to be restyled to match the first three in the future. | |||
| * | Removed un-wanted code and using random.simple() to select 5 random unique ↵ | 2020-02-09 | -13/+6 | |
| | | | | | reddit posts insted of using a while loop | |||
| * | Merge branch 'master' into reddit_posts | 2020-02-05 | -5/+15 | |
| |\ | ||||
| | * | Shorten description & remove author override in permission error embed | 2020-01-27 | -4/+4 | |
| | | | | | | | Update logging events so they follow the correct chain of execution | |||
| | * | Added permission check for staff channels message leak. | 2020-01-25 | -0/+12 | |
| | | | ||||
| | * | 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 | -123/+124 | |
| | | | ||||
| * | | finished implementing the reddit command | 2020-02-05 | -45/+51 | |
| | | | ||||
| * | | installed buttons and implemented embed pagination | 2020-01-26 | -0/+130 | |
| |/ | ||||
| * | Merge branch 'master' into quiz_fix | 2019-12-20 | -119/+162 | |
| |\ | ||||
| | * | 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 | |
| | | | ||||
| | * | Use bookmark icon url from constants | 2019-12-10 | -2/+2 | |
| | | | ||||
| | * | 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. | |||