Discord JS unknown interaction

this is my first time posting here. I have a question, sorry if my question format is not professional. So my question is, when I execute a command in discord.js, it executes perfectly, but when I check the terminal, I always see unknown interaction. Usually what I know is when an unknown interaction error occurs, the command won’t be executed, but my command is executed perfectly even with an unknown interaction error in the terminal. Does anyone know why? Thank you

I have tried to use await deferReply and return editReply but it still shows that error. I want to know why the command still executed perfectly even if I got the error, also I want to know if is there any solution to fix this.