This commit is contained in:
2023-08-12 18:37:33 +00:00
parent fa96b448b2
commit 9bccc14e13
2 changed files with 6 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ module.exports = {
const verifyData = await verify.findOne({ userID: user.id });
if (verifyData) {
interaction.editReply("You are already verified.");
interaction.editReply("You are already verified.\n" + "Try running /update to update your roles.")
return;
}