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: