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 2895b4c commit f19747eCopy full SHA for f19747e
roles/delegatorVerification.js
@@ -423,7 +423,7 @@ module.exports = {
423
const existingState = delegatorVerificationState.get(discordId);
424
if (!existingState) {
425
return interaction.reply({
426
- content: "⚠️ You don't have an active verification thread. Please start the verification using the dropdown menu.",
+ content: "⚠️ You don't have an active delegator verification thread. Please start the verification using the dropdown menu.",
427
flags: MessageFlags.Ephemeral
428
});
429
}
@@ -459,4 +459,4 @@ module.exports = {
459
460
461
462
-};
+};
0 commit comments