fix(ticket): correction de l'erreur d'indentation pour l'envoi du log de fermeture
This commit is contained in:
parent
cacbf24bfe
commit
9731e10ee0
1 changed files with 3 additions and 3 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue