From f9572bb210a008835f9eee53e3b78673e9ebd0e2 Mon Sep 17 00:00:00 2001 From: GZod01 Date: Sun, 15 Dec 2024 16:17:45 +0100 Subject: [PATCH] o --- main-bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main-bot.py b/main-bot.py index 29c18f5..fb84c0a 100644 --- a/main-bot.py +++ b/main-bot.py @@ -66,7 +66,7 @@ async def say_message(userid:int, guildid:int, shortname:str, message:str,channe print("ok2") if discord.utils.get(await channel.webhooks(),name=short_name) is None: print("ok3"); - webhook = await channel.create_webhook(name=short_name,avatar=perso_image) + webhook = await channel.create_webhook(name=short_name) print("ok4") else: print("ok5")