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