TheOtherMaurice
TheOtherMaurice
DIAdiscord.js - Imagine an app
Created by Mussaplays on 6/13/2024 in #djs-questions
Keep saying The application did not respond
I'm noticing that the interaction.reply({ content: ... }) is never awaited, try it calling it like:
await interaction.reply({ content: '<:ED_checkmark:1221299182166347857\> Order logged successfully!', ephemeral: true });
await interaction.reply({ content: '<:ED_checkmark:1221299182166347857\> Order logged successfully!', ephemeral: true });
13 replies