Unknown interaction error

4 Replies
Unknown User
Unknown User17mo ago
Message Not Public
Sign In & Join Server To View
CanineData
CanineData17mo ago
You took more than 3 seconds to respond
d.js docs
d.js docs17mo ago
Suggestion for @ashurabln:guide Slash Commands: Deferred responses read more
Ashura
Ashura17mo ago
do i use a collector for the
if (interaction.commandName === 'ping') {
await interaction.deferReply();
await wait(4000);
await interaction.editReply('Pong!');
}
if (interaction.commandName === 'ping') {
await interaction.deferReply();
await wait(4000);
await interaction.editReply('Pong!');
}
?