| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | | * | | add the adventofcode channel to Channels constant | 2019-10-03 | -0/+1 | ||
| | | | | | | |||||
| | | | * | | limit issue command to global whitelist and seasonalbot_chat | 2019-10-03 | -2/+3 | ||
| | | | | | | |||||
| | | | | * | Made the icon_URL variable conform to PEP8 | 2019-10-14 | -6/+6 | ||
| | | | | | | |||||
| | | | | * | Remove str() in f-string | 2019-10-14 | -1/+1 | ||
| | | | | | | | | | | | | | | | | Co-Authored-By: Kieran Siek <[email protected]> | ||||
| | | | | * | Remove str() within f-string | 2019-10-14 | -1/+1 | ||
| | | | | | | | | | | | | | | | | Co-Authored-By: Kieran Siek <[email protected]> | ||||
| | | | | * | Caps fix | 2019-10-14 | -1/+1 | ||
| | | | | | | |||||
| | | | | * | Update bot/seasons/evergreen/issues.py | 2019-10-13 | -1/+1 | ||
| | | | | | | | | | | | | | | | | Co-Authored-By: Kieran Siek <[email protected]> | ||||
| | | | | * | Fixed emoji error in embed | 2019-10-09 | -10/+13 | ||
| | | | | | | |||||
| | | | | * | Condensed imports | 2019-10-07 | -2/+1 | ||
| | | | | | | |||||
| | | | | * | Constants match pep8 formatting | 2019-10-07 | -10/+10 | ||
| | | | | | | |||||
| | | | | * | Trailing Commas Removed | 2019-10-07 | -4/+4 | ||
| | | | | | | |||||
| | | | | * | Merge branch 'master' into master | 2019-10-07 | -0/+455 | ||
| | | | | |\ | |_|_|_|/ |/| | | | | |||||
| * | | | | | Merge pull request #275 from RohanJnr/trivia_quiz | 2019-10-04 | -0/+455 | ||
| |\ \ \ \ \ | |_|_|/ / |/| | | | | Trivia quiz | ||||
| | * | | | | Merge branch 'master' into trivia_quiz | 2019-10-04 | -8/+8 | ||
| | |\ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | Merge branch 'master' into trivia_quiz | 2019-10-03 | -14/+47 | ||
| | |\ \ \ \ | |||||
| | * | | | | | Applied suggestions from code review | 2019-10-02 | -9/+9 | ||
| | | | | | | | | | | | | | | | | | | | Co-Authored-By: scragly <[email protected]> | ||||
| | * | | | | | removed commented out code | 2019-10-02 | -1/+0 | ||
| | | | | | | | |||||
| | * | | | | | Merge branch 'trivia_quiz' of https://github.com/RohanJnr/seasonalbot into ↵ | 2019-10-02 | -1223/+846 | ||
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | trivia_quiz | ||||
| | | * \ \ \ \ | Merge branch 'master' into trivia_quiz | 2019-10-02 | -1223/+846 | ||
| | | |\ \ \ \ \ | |||||
| | * | | | | | | | 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 | ||||
| | | | | | | * | Made use of constants for colours | 2019-10-07 | -1/+2 | ||
| | | | | | | | | |||||
| | | | | | | * | Added GitHub emojis to constants file | 2019-10-07 | -0/+6 | ||
| | | | | | | | | |||||
| | | | | | | * | Made use of constants file instead of hard coding | 2019-10-07 | -5/+6 | ||
| | | | | | | | | |||||
| | | | | | | * | Updated location of emojis | 2019-10-06 | -8/+7 | ||
| | | | | | | | | |||||
| | | | | | | * | Lint error | 2019-10-06 | -1/+0 | ||
| | | | | | | | | |||||
| | | | | | | * | Updated the explination of API calls | 2019-10-06 | -1/+8 | ||
| | | | | | | | | |||||
| | | | | | | * | Merge branch 'master' into master | 2019-10-03 | -8/+8 | ||
| | | | | | | |\ | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | | Merge pull request #289 from Numerlor/channel_override_role_bypass_fix | 2019-10-02 | -8/+8 | ||
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Put role bypass check above channel override check | ||||
| | * | | | | | | adjust end date time to the end of the last day of october instead of the ↵ | 2019-10-02 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | beginning of it | ||||
| | * | | | | | | put role bypass check above channel override to make sure bypass roles can ↵ | 2019-10-02 | -7/+7 | ||
| |/ / / / / / | | | | | | | | | | | | | | | | | | | activate commands everywhere even with override channels specified | ||||
| | | | | | * | Flake8 Fixing | 2019-10-03 | -2/+4 | ||
| | | | | | | | |||||
| | | | | | * | Resloved requested changes | 2019-10-03 | -4/+7 | ||
| | | | | | | | |||||
| | | | | | * | Final Final Linting Error D415 | 2019-10-02 | -1/+1 | ||
| | | | | | | | |||||
| | | | | | * | Syntax Error Fix | 2019-10-02 | -2/+2 | ||
| | | | | | | | |||||
| | | | | | * | Final Linting | 2019-10-02 | -5/+6 | ||
| | | | | | | | |||||
| | | | | | * | Linting | 2019-10-02 | -3/+2 | ||
| | | | | | | | |||||
| | | | | | * | New more succinct output. | 2019-10-02 | -40/+45 | ||
| | | | | | | | |||||
| | | | | | * | Merge pull request #3 from python-discord/master | 2019-10-02 | -2055/+2829 | ||
| | | | | | |\ | |_|_|_|_|/ |/| | | | | | Update | ||||
| * | | | | | | Merge pull request #285 from Numerlor/hacktober-date-channel-fixes | 2019-10-02 | -14/+47 | ||
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Hacktober date range and channel whitelist fixes | ||||