| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2019-09-23 | fixed linting errors | -4/+3 | ||
| 2019-09-23 | corrected my spelling mistake on the file name | -0/+0 | ||
| 2019-09-23 | Modified the code drastically for the quiz game: | -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. | ||||
| 2019-09-11 | using self.categories insted of list(self.categories.keys()) | -2/+2 | ||
| Pending work: - Function annotation - Announcement of multiple winners (if they have same points). | ||||
| 2019-09-11 | Made the following changes: | -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 | ||||
| 2019-08-27 | A fun trivia quiz that can be played on multiple channelsThe trivia quiz has ↵ | -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 | ||||
| 2019-08-24 | changed board revealing at end of games. | -3/+12 | ||
| 2019-08-21 | fixed import order. | -1/+1 | ||
| 2019-08-21 | making sure a game is always has a way to win no matter how hard it is. | -1/+5 | ||
| 2019-08-20 | Remove missed return doc | -5/+1 | ||
| 2019-08-20 | Fix lint errors | -9/+3 | ||
| 2019-08-19 | Replace paramater and return value docstring documentation with an extended ↵ | -121/+34 | ||
| summary | ||||
| 2019-08-18 | added function annotations | -3/+3 | ||
| 2019-08-16 | added validation for Embed author formatting | -1/+2 | ||
| 2019-08-16 | changed flag again. | -1/+1 | ||
| 2019-08-15 | cleaned up code, changed json fieldnames, changed command name/alias | -19/+15 | ||
| 2019-08-15 | moved populating game_recs to module level, added an index to iterate ↵ | -17/+19 | ||
| game_recs, edit docstring, added aliases | ||||
| 2019-08-15 | edited json files, added new resource, small tweaks to Embed | -29/+16 | ||