| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
|
|
|
| |
It is believed that this is now a more logical name for the package,
as extensions no longer bind to seasons.
Internally, packages are still grouped into seasonal sub-packages.
There are quite a few, and it makes sense to group them by a common
theme that inspired their functionality.
|
| |
|
| |
Co-Authored-By: Mark <[email protected]>
|
| |
|
| |
Co-Authored-By: Mark <[email protected]>
|
| | |
|
| |\ |
|
| | | |
|
| | | |
|
| | | |
|
| |/
|
|
|
|
|
| |
- I cleaned up some residue code
- The quiz now selects a random category if None provided
- Updated doc strings
- Displaying the category when the quiz is starting
|
| | |
|
| |\ |
|
| | |
| |
| |
| |
| | |
adding space around special chars
Co-Authored-By: Mark <[email protected]>
|
| |/ |
|
| |
|
|
| |
command
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
functions for the start and end quiz. Added another check to check if the game is still running before sending the answer.
|
| |
|
|
| |
longer run again if stopped n stuff.
|
| |
|
|
|
|
| |
- Corrected all typos.
- the quiz command is now a command group to allocate the leaderboard command(a command which shows the leaderboard for the current bot session).
- Few other refinements with language and stuff.
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
for the quiz game:
New scoreboard for every game.
Store overall score board which refreshs when bot restarts.
|
| |
|
| |
Co-Authored-By: scragly <[email protected]>
|
| | |
|
| |
|
|
| |
- 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
|
| | |
|
| |
|
|
| |
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
|
| |
|
|
| |
format, removed a debug statement and also some minor stuff.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
- 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.
|
| |
|
|
|
|
| |
Pending work:
- Function annotation
- Announcement of multiple winners (if they have same points).
|
|
|
- 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
|