diff --git a/main-bot.py b/main-bot.py index 08b5b81..85c6d5d 100644 --- a/main-bot.py +++ b/main-bot.py @@ -84,7 +84,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) + # print(channel.guild) if interaction_res is not None and (channel.guild is None or bot.user.id not in [m.id for m in channel.guild.members] or not channel.permissions_for(channel.guild.me).manage_webhooks): await interaction_res.send_message(f"**{full_name}({short_name})**: {message}") return