3.1.5 Improved Interaction / Error Handling
This commit is contained in:
5 files changed
+86
-31
No files matched your search
@@ -104,7 +104,7 @@ module.exports = {
|
||||
)
|
||||
}
|
||||
|
||||
return interaction.send({ embeds: [nameResult], components: [row] });
|
||||
return interaction.send({ embeds: [nameResult], components: [row], flags: (1 << 6) });
|
||||
});
|
||||
},
|
||||
},
|
||||
|
||||
Reference in new issue
Block a user