Skip to content

Commit f19747e

Browse files
authored
Update delegatorVerification.js
improving the clarity of user message when restarting delegator verification process.
1 parent 2895b4c commit f19747e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/delegatorVerification.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ module.exports = {
423423
const existingState = delegatorVerificationState.get(discordId);
424424
if (!existingState) {
425425
return interaction.reply({
426-
content: "⚠️ You don't have an active verification thread. Please start the verification using the dropdown menu.",
426+
content: "⚠️ You don't have an active delegator verification thread. Please start the verification using the dropdown menu.",
427427
flags: MessageFlags.Ephemeral
428428
});
429429
}
@@ -459,4 +459,4 @@ module.exports = {
459459
flags: MessageFlags.Ephemeral
460460
});
461461
}
462-
};
462+
};

0 commit comments

Comments
 (0)