From 57f9604781eacbc123d0c9baf16064c81edb40d4 Mon Sep 17 00:00:00 2001 From: GZod01 Date: Sun, 15 Dec 2024 17:16:03 +0100 Subject: [PATCH] =?UTF-8?q?Ajoute=20un=20affichage=20de=20la=20guilde=20da?= =?UTF-8?q?ns=20la=20fonction=20say=5Fmessage=20pour=20le=20d=C3=A9bogage.?= 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 36b8bb0..719ec97 100644 --- a/main-bot.py +++ b/main-bot.py @@ -70,6 +70,7 @@ async def say_message(userid:int, guildid:int, shortname:str, message:str,channe # print(short_name,full_name,perso_image) webhook = None # print("ok2") + print(channel.guild) if channel.guild is None: await channel.send(f"**{full_name}({short_name})**: {message}") return