We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8e5ad commit 2895b4cCopy full SHA for 2895b4c
roles/validatorVerification.js
@@ -415,7 +415,7 @@ module.exports = {
415
const existingState = validatorVerificationState.get(discordId);
416
if (!existingState) {
417
return interaction.reply({
418
- content: "⚠️ You don't have an active verification thread. Please start the verification using the dropdown menu.",
+ content: "⚠️ You don't have an active validator verification thread. Please start the verification using the dropdown menu.",
419
flags: MessageFlags.Ephemeral
420
});
421
}
0 commit comments