From a5abd645a53ac1cce7467f6401d49671f59e722b Mon Sep 17 00:00:00 2001 From: gsd Date: Sun, 23 Jul 2023 15:48:44 +0300 Subject: [PATCH] ff --- other_ext/webhook_helper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/other_ext/webhook_helper.py b/other_ext/webhook_helper.py index dc667c0..41d175f 100644 --- a/other_ext/webhook_helper.py +++ b/other_ext/webhook_helper.py @@ -104,8 +104,8 @@ class Extension: del kwargs["requester_profile"] elif "profile" in kwargs: kwargs["profile"] = message.embeds[0].url - else: - return await message.channel.send(content=f"невозможно получить профиль игрока из webhook") + #else: + # return await message.channel.send(content=f"невозможно получить профиль игрока из webhook") print(kwargs)