“Error [InteractionAlreadyReplied]: The reply to this interaction has already been sent or deferred” I keep getting this error on discord.js v14
I am trying to make a bank command with subcommands “balance, withdraw, deposit and transfer coins”, but every time I try to run the command I get the error “The reply to this interaction has already been sent or deferred”. I have tried to change the interaction.reply to interaction.deferReply and sometimes to interaction.followUp but no matter what I kept on getting the same error over and over again.