Browse Source

фикс мута

huy
gsd 2 years ago
parent
commit
44eaa03d0a
  1. 1
      bot.py
  2. 2
      other_ext/webhook_helper.py

1
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):

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

Loading…
Cancel
Save