From 44eaa03d0a2843ea978de29dbbc1c52bb4684a3b Mon Sep 17 00:00:00 2001 From: gsd Date: Tue, 30 May 2023 23:06:13 +0300 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=20=D0=BC=D1=83=D1=82?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot.py | 1 + other_ext/webhook_helper.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 8fa89d1..f70b759 100644 --- a/bot.py +++ b/bot.py @@ -71,6 +71,7 @@ class DiscordClient(commands.Bot): @self.tree.error async def on_app_command_error(interaction, error): + #надо сюда ебануть ошибки дискорда на даунов что делают не то что надо if isinstance(error.original, CannotCastToSteamID): return await interaction.followup.send("Не возможно найти такой профиль, попробуй написать иные данные!", ephemeral=True) elif isinstance(error.original, discord.app_commands.errors.NoPrivateMessage): diff --git a/other_ext/webhook_helper.py b/other_ext/webhook_helper.py index c5b5af3..9761117 100644 --- a/other_ext/webhook_helper.py +++ b/other_ext/webhook_helper.py @@ -26,7 +26,7 @@ class Extension: "⚒️":('ban', {"profile":"", "reason":"", "minutes":120, "discord_user":None}), "📨":(self.null_reason, {"requester":""}), "🦵":("kick", {"profile":"", "discord_user":None, "reason":""}), - "🔇":("mute", {"profile":""}), + "🔇":("mute", {"profile":"", "discord_user":None}), "😇":("unban", {"profile":"", "discord_user":None}), "<:hueglot:713139400028061767>":("kick", {"profile":"", "requester_profile":"", "discord_user":None, "reason":""}), "🔍":("profile", {"profile":"", "discord_user":None}),