mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Add a newline after answerers in trivia questions
This commit is contained in:
parent
dda5beabe5
commit
807f0998b4
1 changed files with 1 additions and 1 deletions
|
@ -90,6 +90,6 @@ class TriviaCommand(Command):
|
||||||
results += self._correct_emoji
|
results += self._correct_emoji
|
||||||
else:
|
else:
|
||||||
results += self._wrong_emoji
|
results += self._wrong_emoji
|
||||||
results += f" {answerer}"
|
results += f" {answerer}\n"
|
||||||
await data.reply(results)
|
await data.reply(results)
|
||||||
del self._answerers[question_id]
|
del self._answerers[question_id]
|
||||||
|
|
Loading…
Reference in a new issue