mirror of
https://github.com/miaowware/qrm2.git
synced 2024-11-22 15:58:40 -05:00
Merge pull request #410 from miaowware/clocks
Renamed clock emoji to "stopwatch", added proper clock
This commit is contained in:
commit
75bf8a638e
@ -66,7 +66,8 @@ emojis = SimpleNamespace(
|
|||||||
question="❓",
|
question="❓",
|
||||||
no_entry="⛔",
|
no_entry="⛔",
|
||||||
bangbang="‼️",
|
bangbang="‼️",
|
||||||
clock="⏱",
|
clock="🕗",
|
||||||
|
stopwatch="⏱",
|
||||||
a="🇦",
|
a="🇦",
|
||||||
b="🇧",
|
b="🇧",
|
||||||
c="🇨",
|
c="🇨",
|
||||||
|
@ -170,7 +170,7 @@ class StudyCog(commands.Cog):
|
|||||||
except asyncio.TimeoutError:
|
except asyncio.TimeoutError:
|
||||||
embed.set_field_at(1, name="Answers", value=answers_str_bolded, inline=False)
|
embed.set_field_at(1, name="Answers", value=answers_str_bolded, inline=False)
|
||||||
embed.set_field_at(2, name="Answer",
|
embed.set_field_at(2, name="Answer",
|
||||||
value=(f"{cmn.emojis.clock} "
|
value=(f"{cmn.emojis.stopwatch} "
|
||||||
f"**Timed out!** The correct answer was {self.choices[question['answer']]}"))
|
f"**Timed out!** The correct answer was {self.choices[question['answer']]}"))
|
||||||
embed.colour = cmn.colours.timeout
|
embed.colour = cmn.colours.timeout
|
||||||
await q_msg.edit(embed=embed)
|
await q_msg.edit(embed=embed)
|
||||||
|
Loading…
Reference in New Issue
Block a user