main: Fixup marriage denial not stopping marriage
This commit is contained in:
parent
b30e857f9f
commit
d2c31b6d4e
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -129,6 +129,7 @@ async def marry(
|
||||||
await context.respond(
|
await context.respond(
|
||||||
"no consent == no marriage! consent is key to a happy life :3"
|
"no consent == no marriage! consent is key to a happy life :3"
|
||||||
)
|
)
|
||||||
|
return
|
||||||
|
|
||||||
# Marriage was accepted, yay :3!
|
# Marriage was accepted, yay :3!
|
||||||
# Now check for polycules
|
# Now check for polycules
|
||||||
|
@ -142,7 +143,6 @@ async def marry(
|
||||||
await context.respond(
|
await context.respond(
|
||||||
f"{marriage_asker.mention} married {member_to_marry.mention}"
|
f"{marriage_asker.mention} married {member_to_marry.mention}"
|
||||||
)
|
)
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
users_who_confirmed_the_marriage = [marriage_asker.id, member_to_marry.id]
|
users_who_confirmed_the_marriage = [marriage_asker.id, member_to_marry.id]
|
||||||
|
|
Loading…
Reference in a new issue