forked from kemonomimi/nyabot
main: Made marriage display more readable
This commit is contained in:
parent
d5528957b2
commit
44d881dfa3
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -81,7 +81,7 @@ async def marriage(
|
||||||
await context.respond(f"{who_to_check.mention} is not married yet :(")
|
await context.respond(f"{who_to_check.mention} is not married yet :(")
|
||||||
return
|
return
|
||||||
|
|
||||||
marriage_formatted = '💞'.join(
|
marriage_formatted = ' 💞 '.join(
|
||||||
[f"<@{user}>" for user in marriage]
|
[f"<@{user}>" for user in marriage]
|
||||||
)
|
)
|
||||||
await context.respond(marriage_formatted)
|
await context.respond(marriage_formatted)
|
||||||
|
|
Loading…
Reference in a new issue