| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| * | | | | | | Merge pull request #935 from SavagePastaMan/remove-skill-level-topic | 2021-11-02 | -1/+0 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Remove the "what's your skill level topic" | ||||
| | * | | | | | | Remove the "what's your skill level topic" | 2021-11-01 | -1/+0 | ||
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #931 from hedyhli/candy | 2021-10-30 | -0/+5 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Candy Game: Ignore reactions to bot messages when adding candies | ||||
| | * | | | | | | Candy Game: Ignore reactions to bot messages when adding candies | 2021-10-29 | -0/+5 | ||
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check whether a reaction is for a bot message when adding candies upon reactions. Previously you could use bot's reaction buttons which would trigger `on_reaction_add` and have a high chance of getting candies (or skulls). It can easily be abused to spam reactions, which apparently doesn't trigger an auto-mute like spamming messages do, AFAIK. In any case, I don't really feel good about reactions triggering candies. Despite this fix, the game *can* still be abused (but I won't tell you how). Though this occuring by accident is less likely than before. Either figure it out yourself or don't try to cheat :P This patch can be tested using the `.snake antidote` game when you react to the recipe buttons. Using `.help` works too but it produces a lot of noise in the logs. Tic tac toe may be helpful as well. Anyway, you could just react to bot messages yourself. | ||||
| * | | | | | | Migrate to `og_blurple` (#924) | 2021-10-26 | -12/+12 | ||
| | | | | | | | |||||
| | * | | | | | Add a border around the scary bat | 2021-10-17 | -0/+0 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | When users with dark avatars would use the spookify command, they wouldn't be able to see the bat that was added. By adding a white border around the bat, it is now more visable. | ||||
| | | | * | | | Add selective trace loggers | 2021-09-07 | -2/+32 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | Add selective enabling of trace loggers as described in python-discord/bot#1529 | ||||
| | | | * | | | Remove basicConfig configuration | 2021-09-07 | -10/+10 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The basicConfig now only controlled the file handler which could've been confusing. The format string was also changed to use the same style as bot | ||||
| | | | * | | | Add coloredlogs | 2021-09-07 | -8/+72 | ||
| | | | | | | | |||||
| | | | * | | | Control logging levels through root logger instead of handlers | 2021-09-07 | -5/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The difference in the logging levels without debug mode enabled was also removed | ||||
| | | | * | | | Remove handler cleanup | 2021-09-07 | -6/+0 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | This doesn't seem to do anything as no handlers are set up beforehand | ||||
| | | | * | | | Move logging to a top level logs directory and update file name | 2021-09-07 | -4/+2 | ||
| | | | | | | | |||||
| | | | * | | | Move logging to a separate module | 2021-09-07 | -61/+65 | ||
| | | | | | | | |||||
| | | | | * | | Resources: add copyright notice to ryanzec_colours.json | 2021-11-14 | -1/+1 | ||
| | | | | | | | |||||
| | | | | * | | fix: handle bare command embed title | 2021-11-13 | -1/+1 | ||
| | | | | | | | |||||
| | | | | * | | fix: update type hint, color to colour, embed wording | 2021-11-13 | -10/+10 | ||
| | | | | | | | |||||
| | | | | * | | fix: remove unnecessary return in main command | 2021-11-13 | -3/+0 | ||
| | | | | | | | |||||
| | | | | * | | fix: remove equal sign from hex length check | 2021-11-12 | -2/+2 | ||
| | | | | | | | |||||
| | | | | * | | fix: bare return instead of explicit None | 2021-11-12 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Xithrius <[email protected]> | ||||
| | | | | * | | fix: replace Union with Optional type hint | 2021-11-12 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Xithrius <[email protected]> | ||||
| | | | | * | | fix: check length of hex before strip | 2021-11-12 | -1/+3 | ||
| | | | | | | | |||||
| | | | | * | | update: remove redundancy in dosctring | 2021-11-11 | -1/+1 | ||
| | | | | | | | |||||
| | | | | * | | fix: remove alpha values in embed for hex | 2021-11-11 | -2/+2 | ||
| | | | | | | | |||||
| | | | | * | | Merge branch 'color-677' of github.com:brad90four/sir-lancebot into color-677 | 2021-11-11 | -1/+1 | ||
| | | | | |\ \ | |||||
| | | | | | * | | update: remove redundancy in docstring | 2021-11-11 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Hedy Li <[email protected]> | ||||
| | | | | * | | | fix: change color to Colour in comment | 2021-11-11 | -1/+1 | ||
| | | | | |/ / | |||||
| | | | | * | | fix: remove async call for match_colour_name | 2021-11-11 | -0/+0 | ||
| | | | | |\ \ | |||||
| | | | | | * | | fix: change color to colour in no match found result | 2021-11-11 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Hedy Li <[email protected]> | ||||
| | | | | * | | | fix: remove async call for match_colour_name | 2021-11-11 | -8/+11 | ||
| | | | | |/ / | |||||
| | | | | * | | cleanup: change main command docstring to be more clear | 2021-11-10 | -1/+5 | ||
| | | | | | | | |||||
| | | | | * | | cleanup: finalize reviews requested changes | 2021-11-10 | -15/+12 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Change _ to `digit` -Remove redundant "Command" from docstrings. Changed to "Create embed from ..." -Change hex command custom embed to `BadArgument` for consistency | ||||
| | | | | * | | test: correct embed descriptions | 2021-11-10 | -3/+3 | ||
| | | | | | | | |||||
| | | | | * | | test: return after default random invocation | 2021-11-10 | -0/+1 | ||
| | | | | | | | |||||
| | | | | * | | test: UI/UX updates, not tested yet | 2021-11-10 | -9/+22 | ||
| | | | | | | | |||||
| | | | | * | | fix: change kwarg to color_input instead of extra | 2021-11-10 | -2/+2 | ||
| | | | | | | | |||||
| | | | | * | | fix: handle user hex in embed | 2021-11-10 | -0/+2 | ||
| | | | | | | | |||||
| | | | | * | | fix: replace 'random' in embed with color mode | 2021-11-09 | -1/+1 | ||
| | | | | | | | |||||
| | | | | * | | chore: remove 0 from range and change to " | 2021-11-09 | -5/+5 | ||
| | | | | | | | |||||
| | | | | * | | chore: re-arrange command invocation with try/except | 2021-11-09 | -6/+8 | ||
| | | | | | | | |||||
| | | | | * | | chore: pull hex match out of try/except block | 2021-11-09 | -2/+1 | ||
| | | | | | | | |||||
| | | | | * | | bug: handle multi word name entries and full input | 2021-11-09 | -2/+4 | ||
| | | | | | | | |||||
| | | | | * | | fix: add import, handle no name match in embed | 2021-11-09 | -3/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Added `import string` to use the `string.hexdigits` method to check hex codes. -Handled bug where no name match found would be repeated in the embed in the first line as well as the value for the Name field. | ||||
| | | | | * | | fix: handle alpha values in hex code | 2021-11-09 | -0/+6 | ||
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Sn4u <[email protected]> | ||||
| | | | | * | | fix: type hinting _rgb_to_cmyk | 2021-11-09 | -1/+1 | ||
| | | | | | | | |||||
| | | | | * | | rename to colour | 2021-11-03 | -0/+0 | ||
| | | | | | | | |||||
| | | | | * | | fix: reduce 'from' imports | 2021-11-03 | -13/+12 | ||
| | | | | | | | |||||
| | | | | * | | fix: have description in-line | 2021-11-03 | -2/+1 | ||
| | | | | | | | |||||
| | | | | * | | fix: use and handle conversions with name value | 2021-11-03 | -2/+5 | ||
| | | | | | | | |||||
| | | | | * | | fix: return None if no name match is found | 2021-11-03 | -3/+3 | ||
| | | | | | | | |||||
| | | | | * | | Fix lint errors of eac9d3b4194004894d4f4e50862f184db695d402 | 2021-11-01 | -3/+3 | ||
| | | | | | | | |||||