Better Logging
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user