remove all no dict message bugs

This commit is contained in:
SowinskiBraeden committed 2022-10-03 18:10:12 -07:00
1 parent 93dfd8c6da
commit 8a22560357
2 files changed
+2 -2

No files matched your search

+1 -1
View File
@@ -68,7 +68,7 @@ module.exports = {
if (results.user._id==user._id) {
if (results.civilians.length == 0) {
return interaction.send(`Name \`${args[0].value} ${args[1].value}\` not found.`);
return interaction.send({ content: `Name \`${args[0].value} ${args[1].value}\` not found.` });
}
for (let i = 0; i < results.civilians.length; i++) {