Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
ghrlt committed Oct 4, 2024
1 parent 9adfc2c commit 2c61c04
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions views/updatedata.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,16 +129,13 @@ async def on_submit(self, interaction: discord.Interaction):
# ~ ~ ~/ Send a success message
await interaction.followup.send(
embed=discord.Embed(
title="Vérification effectuée avec succès !",
description="Vous pouvez désormais accéder au serveur.",
title="Synchronisation effectuée avec succès !",
description="Vos informations ont bien été mise à jour",
color=resources.Colors.SUCCESS,
).set_footer(text="Rappel: Votre mot de passe n'a pas été sauvegardé."),
),
ephemeral=True,
)

# ~ ~ ~/ Edit original welcome message
await interaction.message.edit(view=None)


class UpdateMemberData_view(discord.ui.View):
def __init__(self, *, timeout=None):
Expand Down

0 comments on commit 2c61c04

Please sign in to comment.