Skip to content

Commit 2895b4c

Browse files
authored
Update validatorVerification.js
improving the clarity of user message when restarting validator verification process.
1 parent be8e5ad commit 2895b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/validatorVerification.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ module.exports = {
415415
const existingState = validatorVerificationState.get(discordId);
416416
if (!existingState) {
417417
return interaction.reply({
418-
content: "⚠️ You don't have an active verification thread. Please start the verification using the dropdown menu.",
418+
content: "⚠️ You don't have an active validator verification thread. Please start the verification using the dropdown menu.",
419419
flags: MessageFlags.Ephemeral
420420
});
421421
}

0 commit comments

Comments
 (0)