| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | | * | | Initial linting pass | 2019-09-09 | -243/+261 | ||
| | | | |/ | | | | | | | | | | | | | Bot root, seasons cog, easter cogs, evergreen cogs, halloween cogs | ||||
| | | | * | Merge pull request #260 from kosayoda/text-modify | 2019-09-03 | -4/+109 | ||
| | | | |\ | | | | | | | | | | | Modify text :-) | ||||
| | | | | * | Improve wording of message conversion function | 2019-08-29 | -4/+7 | ||
| | | | | | | |||||
| | | | | * | Remove redundant command group | 2019-08-29 | -15/+6 | ||
| | | | | | | |||||
| | | | | * | Implement uwu | 2019-08-18 | -3/+27 | ||
| | | | | | | |||||
| | | | | * | Add utils function to replace multiple words in a given string | 2019-08-18 | -0/+56 | ||
| | | | | | | |||||
| | | | | * | Update function annotations for existing methods | 2019-08-17 | -4/+4 | ||
| | | | | | | |||||
| | | | | * | Implement randomcase | 2019-08-17 | -0/+31 | ||
| | | | | | | |||||
| | | * | | | Edit dates | 2019-06-30 | -3/+3 | ||
| | | | | | | |||||
| * | | | | | Worked on the requested changes and also made a few other changes: | 2019-10-02 | -147/+112 | ||
| |/ / / / | | | | | | | | | | | | | - when the user uses the command to stop the game, the bot fails to reply back with the winners list. This is because the varibale player_data is being initialised to {} at the start of the command. I solved this by making a player_data variable in the cog __init__() with the channel id being the key and dict as value | ||||
| * | | | | added function annotations to the check method | 2019-10-01 | -1/+1 | ||
| | | | | | |||||
| * | | | | added 10 more questions | 2019-10-01 | -0/+90 | ||
| | | | | | |||||
| * | | | | added some questions to general, for now users can only access general ↵ | 2019-09-30 | -11/+161 | ||
| | | | | | | | | | | | | | | | | | category questions.I have disabled hints for general(cant make up any hints).The score is now calculated on time based answer.I am also sending information about the topic/thing on which the question has been asked.Will add more questions in a couple of days | ||||
| * | | | | made the request changes which involves fixing some grammer, following PEP8 ↵ | 2019-09-23 | -29/+17 | ||
| | | | | | | | | | | | | | | | | | format, removed a debug statement and also some minor stuff. | ||||
| * | | | | added function annotations | 2019-09-23 | -8/+12 | ||
| | | | | | |||||
| * | | | | fixed linting errors | 2019-09-23 | -4/+3 | ||
| | | | | | |||||
| * | | | | corrected my spelling mistake on the file name | 2019-09-23 | -0/+0 | ||
| | | | | | |||||
| * | | | | Modified the code drastically for the quiz game: | 2019-09-23 | -267/+227 | ||
| | | | | | | | | | | | | | | | | | | | | | - Using a while loop to run a game rather than bunch of the functions calling each other. - using wait_for() to send hints, answers and to move to next questions. | ||||
| * | | | | using self.categories insted of list(self.categories.keys()) | 2019-09-11 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | Pending work: - Function annotation - Announcement of multiple winners (if they have same points). | ||||
| * | | | | Made the following changes: | 2019-09-11 | -37/+40 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Linting - renamed self.games to self.running_games - using self.running_games insted of list(self.running_games.keys()) to loop over its keys. - Renamed the file to trivia_quiz | ||||
| * | | | | A fun trivia quiz that can be played on multiple channelsThe trivia quiz has ↵ | 2019-08-27 | -0/+297 | ||
| | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | the following features: quiz has the following features: - There wont be any options to the questions asked, the users have to type the answer in the chat and the bot will pick up the right anwer - If 3 questions have not been answered in a row, the quiz will be brought to a halt assuming inactivity. - There are also hints in this game! A hint will be sent after 10s after the question has been sent.Each question has a maximum if 2 hints. - The bot checks for the closest answer rather than the exact one(Incase of typoes in the users answer | ||||
| * | | | Merge pull request #265 from vivax3794/losing_addintions | 2019-08-25 | -3/+12 | ||
| |\ \ \ | | | | | | | | | [minesweeper] changed board revealing at end of games. | ||||
| | * | | | changed board revealing at end of games. | 2019-08-24 | -3/+12 | ||
| | | | | | |||||
| * | | | | Merge pull request #261 from kosayoda/docstring-deparam | 2019-08-25 | -134/+37 | ||
| |\ \ \ \ | |/ / / |/| | | | Remove parameter and return value documentation from docstring | ||||
| | * | | | Remove missed return doc | 2019-08-20 | -5/+1 | ||
| | | | | | |||||
| | * | | | Fix lint errors | 2019-08-20 | -9/+3 | ||
| | | | | | |||||
| | * | | | Replace paramater and return value docstring documentation with an extended ↵ | 2019-08-19 | -121/+34 | ||
| | | |/ | |/| | | | | | | | summary | ||||
| * | | | fixed import order. | 2019-08-21 | -1/+1 | ||
| | | | | |||||
| * | | | making sure a game is always has a way to win no matter how hard it is. | 2019-08-21 | -1/+5 | ||
| | | | | |||||
| * | | | RecommendGame pull request #258 from jakeHebert/master | 2019-08-19 | -0/+79 | ||
| |\ \ \ | | | | | | | | | Add RecommendGame cog and resources | ||||
| | * | | | added function annotations | 2019-08-18 | -3/+3 | ||
| | | | | | |||||
| | * | | | added validation for Embed author formatting | 2019-08-16 | -1/+2 | ||
| | | | | | |||||
| | * | | | cleaned up code, changed json fieldnames, changed command name/alias | 2019-08-15 | -19/+15 | ||
| | | | | | |||||
| | * | | | moved populating game_recs to module level, added an index to iterate ↵ | 2019-08-15 | -17/+19 | ||
| | | | | | | | | | | | | | | | | | game_recs, edit docstring, added aliases | ||||
| | * | | | edited json files, added new resource, small tweaks to Embed | 2019-08-15 | -29/+16 | ||
| | | | | | |||||
| | * | | | edited json files, added new resource, small tweaks to Embed | 2019-08-15 | -0/+0 | ||
| | | | | | |||||
| | * | | | added wiki links and author to json files, changes to Embed | 2019-08-14 | -5/+67 | ||
| | | | | | |||||
| | * | | | add recommend_game.py and resource files | 2019-08-14 | -0/+31 | ||
| | |/ / | |||||
| * | | | fixed coordinate bug. (#256) | 2019-08-19 | -1/+7 | ||
| |\ \ \ | | | | | | | | | fixed coordinate bug. | ||||
| | * | | | added suggestion. | 2019-08-14 | -4/+6 | ||
| | | | | | |||||
| | * | | | Revert "changed flag emoji to stay under max message lenght" | 2019-08-14 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | This reverts commit 30836a5f | ||||
| | * | | | changed flag emoji to stay under max message lenght | 2019-08-14 | -1/+1 | ||
| | | | | | |||||
| | * | | | fixed coordinate bug. | 2019-08-14 | -1/+5 | ||
| | | | | | |||||
| * | | | | changed flag again. (minesweeper) (#259) | 2019-08-19 | -1/+1 | ||
| |\ \ \ \ | |_|/ / |/| | | | changed flag again. (minesweeper) | ||||
| | * | | | changed flag again. | 2019-08-16 | -1/+1 | ||
| | | | | | |||||
| * | | | | Merge pull request #257 from vivax3794/minesweeper-lenght-fix | 2019-08-14 | -1/+1 | ||
| |\| | | | | | | | | | | | changed flag emoji to stay under max message lenght (minesweeper) | ||||
| | * | | | changed flag emoji to stay under max message lenght | 2019-08-14 | -1/+1 | ||
| | |/ / | |||||
| * | | | Merge pull request #255 from vivax3794/minesweeper | 2019-08-14 | -0/+266 | ||
| |\| | | | | | | | | Minesweeper | ||||
| | * | | added header to message. so the board looks correct on compact mode. | 2019-08-14 | -4/+4 | ||
| | | | | |||||
| | * | | Apply suggestions from code review | 2019-08-14 | -3/+3 | ||
| | | | | | | | | | | Co-Authored-By: Mark <[email protected]> | ||||