#Interaction unknown

1 messages · Page 1 of 1 (latest)

brisk cove
reef yarrow
#
        const data = await blacklist.findOne({
            User: user,
        })
        console.log(1)
        if (data) return interaction.reply({ content: 'This user is already blacklisted', ephemeral: true });
```If you're doing to await anything before replying you should defer first in case the thing you are waiting for takes too long to respond
brisk cove
#

so chsnge defer to deferReply should help there? ill try that out on the database pulls aswell

fresh dawn
brisk cove
#

Alright, do I continue here or move it to there? @fresh dawn

#

I'll remember next time

fresh dawn
#

Move it there please