aboutsummaryrefslogtreecommitdiffstats
path: root/bot/command.py (unfollow)
Commit message (Collapse)AuthorLines
2021-08-19Add more aliasesGravatar Cam Caswell-1/+5
2021-08-19Improve help messageGravatar Cam Caswell-9/+25
2021-08-19Clarify comment about master image fileGravatar Cam Caswell-1/+3
2021-08-19Fix block comment styleGravatar Cam Caswell-10/+8
2021-08-19Rename file constants to all-capsGravatar Cam Caswell-4/+4
2021-08-19Fix indent styleGravatar Cam Caswell-5/+6
2021-07-09Add tip to help embedGravatar Cam Caswell-0/+3
2021-07-09Improve the look of labelsGravatar Cam Caswell-4/+12
2021-07-09Tweaked minimum solution distributionGravatar Cam Caswell-1/+1
2021-07-09Reversed scoreboard so that winners are on topGravatar Cam Caswell-1/+2
2021-07-09Minor improvements to documentationGravatar Cam Caswell-2/+3
2021-07-09Add stop command for modsGravatar Cam Caswell-1/+12
2021-07-09Change the "game over" embed colorGravatar Cam Caswell-1/+1
2021-07-09Change the "incorrect" emojiGravatar Cam Caswell-2/+2
2021-07-09Add help commandGravatar Cam Caswell-1/+23
2021-07-09Refactor edit_embed_with_image into static methodGravatar Cam Caswell-9/+9
2021-07-09Marginally improve documentationGravatar Cam Caswell-6/+3
2021-07-09Beautify multiline tuple comprehensionGravatar Cam Caswell-3/+4
2021-07-09Define minimum solutions distributionGravatar Cam Caswell-2/+9
2021-07-09Add function to end the gameGravatar Cam Caswell-1/+27
2021-07-09Fix card labels not appearingGravatar Cam Caswell-1/+1
2021-07-09Add functionality to display correct answers and their authorGravatar Cam Caswell-1/+16
2021-07-09Add listener to process answersGravatar Cam Caswell-1/+65
2021-07-09Add initial embed and image manipulation functionsGravatar Cam Caswell-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
2021-07-08Add command to start gameGravatar Cam Caswell-0/+38
2021-07-07Define a game class to generate a board and find solutionsGravatar Cam-0/+64