diff --git a/commandes/ticket/__init__.py b/commandes/ticket/__init__.py index c0652b5..aecc64f 100644 --- a/commandes/ticket/__init__.py +++ b/commandes/ticket/__init__.py @@ -1200,9 +1200,9 @@ class CloseDelayView(disnake.ui.View): except Exception as e: print(f"Failed to send feedback DM: {e}") - # Send transcript to log channel - if self.config.log_channel_id: - try: + # Send transcript to log channel + if self.config.log_channel_id: + try: log_channel = interaction.guild.get_channel(self.config.log_channel_id) if log_channel: log_embed = disnake.Embed(