From 7da8e411e8b2fd7548350e31f345d2c8c6b78f1a Mon Sep 17 00:00:00 2001 From: GZod01 Date: Sun, 15 Dec 2024 16:13:24 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20d'un=20message=20de=20d=C3=A9bogage=20p?= =?UTF-8?q?our=20afficher=20le=20nom=20court,=20le=20nom=20complet=20et=20?= =?UTF-8?q?l'image=20du=20personnage=20dans=20la=20fonction=20say=5Fmessag?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main-bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main-bot.py b/main-bot.py index 0a5e8db..97409fe 100644 --- a/main-bot.py +++ b/main-bot.py @@ -59,6 +59,7 @@ async def say_message(userid:int, guildid:int, shortname:str, message:str,channe short_name = row["nom_court"] full_name = row["nom_complet"] perso_image = row["image"] + print(short_name,full_name,perso_image) webhook = None print("ok2") if discord.utils.get(await channel.webhooks(),name=short_name) is None: