Better Logging

This commit is contained in:
Raven Scott
2023-04-03 03:11:54 +02:00
parent 8a7e985b59
commit 0f507fb98a
4 changed files with 10 additions and 10 deletions

View File

@ -49,7 +49,6 @@ client.on("interactionCreate", async (interaction) => {
let parsedData = JSON.parse(dataToProcess)
// If the command is private, set ephemeral true else, set false
console.log(parsedData)
if (parsedData.private == true) {
await interaction.deferReply({
ephemeral: true