mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Fix typo at function's "end_game" docstring (#4186)
Co-authored-by: Ailton Jr <ailton@edu.unipar.br>
This commit is contained in:
parent
3699c246df
commit
f9741cdd27
@ -256,7 +256,7 @@ class TriviaSession:
|
||||
return _pred
|
||||
|
||||
async def end_game(self):
|
||||
"""End the trivia session and display scrores."""
|
||||
"""End the trivia session and display scores."""
|
||||
if self.scores:
|
||||
await self.send_table()
|
||||
multiplier = self.settings["payout_multiplier"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user