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}),