3.1.5 Improved Interaction / Error Handling

This commit is contained in:
SowinskiBraeden committed 2023-01-23 08:50:22 -08:00
1 parent 05930e8d33
commit 14ea5a56c4
5 files changed
+86 -31

No files matched your search

+1 -1
View File
@@ -104,7 +104,7 @@ module.exports = {
)
}
return interaction.send({ embeds: [nameResult], components: [row] });
return interaction.send({ embeds: [nameResult], components: [row], flags: (1 << 6) });
});
},
},