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)