From ad8b0a5e877ae7f9b9ea6b9e14e187066324e9e6 Mon Sep 17 00:00:00 2001 From: Adrian Date: Thu, 7 Nov 2024 21:03:58 +0100 Subject: [PATCH] working ! --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 43b6a5f..6c600a9 100644 --- a/main.py +++ b/main.py @@ -120,7 +120,7 @@ def create_framavote (guild, names): content = f""" Ce mail remplace tous les précédents ! Voici votre lien de vote anonyme : -{{link}} +{link} """ send_mail(guild, mail, '[Mutubot] Votre lien de vote anonyme', content)