https://srcb.in/YJH6fadJ2G @reef yarrow sorry the help channels chaotic
#Interaction unknown
1 messages · Page 1 of 1 (latest)
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
so chsnge defer to deferReply should help there? ill try that out on the database pulls aswell
Open a post in #986520997006032896 not make threads here. Thank you
Move it there please