aboutsummaryrefslogtreecommitdiffstats
path: root/bot (follow)
Commit message (Collapse)AuthorAgeLines
...
| | * | | | Change the "game over" embed colorGravatar Cam Caswell2021-07-09-1/+1
| | | | | |
| | * | | | Change the "incorrect" emojiGravatar Cam Caswell2021-07-09-2/+2
| | | | | |
| | * | | | Add help commandGravatar Cam Caswell2021-07-09-1/+23
| | | | | |
| | * | | | Refactor edit_embed_with_image into static methodGravatar Cam Caswell2021-07-09-9/+9
| | | | | |
| | * | | | Marginally improve documentationGravatar Cam Caswell2021-07-09-6/+3
| | | | | |
| | * | | | Beautify multiline tuple comprehensionGravatar Cam Caswell2021-07-09-3/+4
| | | | | |
| | * | | | Define minimum solutions distributionGravatar Cam Caswell2021-07-09-2/+9
| | | | | |
| | * | | | Add function to end the gameGravatar Cam Caswell2021-07-09-1/+27
| | | | | |
| | * | | | Fix card labels not appearingGravatar Cam Caswell2021-07-09-1/+1
| | | | | |
| | * | | | Add functionality to display correct answers and their authorGravatar Cam Caswell2021-07-09-1/+16
| | | | | |
| | * | | | Add listener to process answersGravatar Cam Caswell2021-07-09-1/+65
| | | | | |
| | * | | | Add initial embed and image manipulation functionsGravatar Cam Caswell2021-07-09-2/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add the all_cards.png file Fix my mistakes from last commit - add missing attributes to DuckGame - call divmod correctly - call assemble_board_image correctly - assemble_board_image now returns the image - I'm sorry it was late at night
| | * | | | Add command to start gameGravatar Cam Caswell2021-07-08-0/+38
| | | | | |
| | * | | | Define a game class to generate a board and find solutionsGravatar Cam2021-07-07-0/+64
| | | | | |
| | * | | | boilerplateGravatar Cam2021-07-07-0/+16
| | | | | |
| * | | | | Merge branch 'main' into escape-reddit-postsGravatar ChrisJL2021-08-30-1/+78
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Add baby anaconda to snake hatch (#822)Gravatar Krishna Ramasimha2021-08-30-1/+2
| | | | | | | | | | | | | | | | | | Add baby anaconda to snake hatch, using the anaconda logo
| | * | | | Add a Real Python search command (#805)Gravatar brad90four2021-08-28-0/+76
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Vthechamp22 <[email protected]> Co-authored-by: Bluenix <[email protected]>
| * | | | | Escape markdown properly in post body to fix rendering on androidGravatar wookie1842021-08-27-1/+2
| |/ / / /
| * | | | Limit internal eval commands to owner if bot in debug modeGravatar wookie1842021-08-26-1/+4
| | | | |
| * | | | Make bot debug constant default to trueGravatar wookie1842021-08-26-1/+1
| | |/ / | |/| |
* | | | Implement requested changes to CoinSide converterGravatar Izan2021-08-27-2/+3
| | | | | | | | | | | | | | | | Converter is now case-insensitive and uses `self.CONSTANT` instead of `CoinSide.CONSTANT`
* | | | Fix message getting sent twiceGravatar Izan2021-08-27-1/+3
| | | | | | | | | | | | | | | | Message no longer gets sent twice when no side was provided to the `.coinflip` command
* | | | General improvementsGravatar Izan2021-08-27-9/+6
| | | | | | | | | | | | | | | | Fix typo in docstring, change logic for creating message to be smarter, change CoinSide converter logic to be smarter
* | | | Fix `CoinSide` error being suppressedGravatar Izan2021-08-25-2/+2
| | | | | | | | | | | | | | | | Now explicitly passes `None` as default value rather than using `typing.Optional`.
* | | | Move lemojis into constants.pyGravatar Izan2021-08-24-6/+6
| | | |
* | | | Update message to start with lowercaseGravatar Izan2021-08-24-2/+2
| | | |
* | | | Add missing docstringsGravatar Izan2021-08-23-0/+3
| | | |
* | | | Initial commit (add coinflip command in coinflip.py)Gravatar Izan2021-08-23-0/+54
|/ / /
* | | Merge branch 'main' into pr/wikipediaissueGravatar Xithrius2021-08-23-49/+112
|\ \ \
| * | | Refactor mosaic command to use apply_effectGravatar wookie1842021-08-21-12/+11
| | | |
| * | | Resize avatar to 1024x1024 before applying effectsGravatar wookie1842021-08-21-1/+1
| | | |
| * | | Merge branch 'main' into mainGravatar Kronifer2021-08-17-164/+558
| |\ \ \
| | * | | Added more topics to `py_topics.yaml`.Gravatar Axis2021-08-16-1/+14
| | | | |
| | * | | Don't role check if running lovecalc on yourselfGravatar Chris Lovering2021-08-12-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This skips the role check if the author is running the love calc command on themselves. We still want to check the the user running against has the role, along with if the author is running it against 2 other people. i have also included info on how to get the lovefest role in the error embed.
| | * | | Give lovefest unsub info in lovecalc footerGravatar Chris Lovering2021-08-12-1/+2
| | | | |
| | * | | Update love calculator error output to be consistent with other role check failsGravatar ChrisJL2021-08-10-1/+1
| | | | | | | | | | | | | | | Co-authored-by: Matteo Bertucci <[email protected]>
| | * | | Remove unneeded checks in love calculator commandGravatar Chris Lovering2021-08-10-13/+3
| | | | | | | | | | | | | | | | | | | | Now that we don't allow arbitrary strings, we can simplify the input validation/modification we do.
| | * | | Update love calculator docstring to reflect new behaviourGravatar Chris Lovering2021-08-10-8/+6
| | | | | | | | | | | | | | | | | | | | Since we update how the command behaves, by not allow arbitrary stings, and being symmetrical, we should reflect this in the docstring.
| | * | | Sort the members before calculating a love scoreGravatar Chris Lovering2021-08-10-1/+2
| | | | | | | | | | | | | | | | | | | | This ensures the same result for same input, regardless of order
| | * | | Require both members used in love calculator have opt-ed into lovefestGravatar Chris Lovering2021-08-10-3/+9
| | | | | | | | | | | | | | | | | | | | This ensure that only uses that have opted into the love fest event can actually be used as part of this command.
| | * | | Add February in_month check to love calculator commandGravatar Chris Lovering2021-08-10-0/+3
| | | | | | | | | | | | | | | | | | | | This ensure the valentines themed command can only be ran during the valentines season.
| | * | | Merge branch 'main' into remove-gpl-depsGravatar Matteo Bertucci2021-08-09-44/+62
| | |\ \ \
| | * | | | Modify code to comply with new linter error N818Gravatar wookie1842021-08-06-7/+7
| | | | | |
| | * | | | Replace fuzzywuzzy with rapidfuzzGravatar wookie1842021-08-06-5/+5
| | | | | |
| * | | | | Removed a massive it blockGravatar Kronifer2021-08-16-23/+24
| | | | | |
| * | | | | lint fix because precommit didn't runGravatar Kronifer2021-08-16-4/+6
| | | | | |
| * | | | | Merged .reverse into one command and made reversing the users profile ↵Gravatar Kronifer2021-08-16-38/+28
| | | | | | | | | | | | | | | | | | | | | | | | picture the default behavior
| * | | | | Merge branch 'main' into mainGravatar ChrisJL2021-06-07-7/+288
| |\ \ \ \ \
| * | | | | | Removed importGravatar Kronifer2021-06-07-1/+0
| | | | | | |