Increased HTML Transcript log level

This commit is contained in:
DJj123dj
2024-12-15 20:11:39 +01:00
parent bf13e15d56
commit 7646b3fc35
2 changed files with 15 additions and 4 deletions
+2
View File
@@ -246,6 +246,8 @@ export class ODTranscriptCollector {
}
}
}catch{}
//DEPRECATED WARNING!!! => msg.interaction might break in a future version of discord.js => required for slash command name
}else if (msg.interaction && msg.interaction.type == discord.InteractionType.ApplicationCommand){
//slash command reply
const member = await msg.guild.members.fetch(msg.interaction.user.id)