diff --git a/commands/verify.js b/commands/verify.js index 69b2b41..19604f7 100644 --- a/commands/verify.js +++ b/commands/verify.js @@ -73,7 +73,7 @@ module.exports = { embeds: [ { description: " The discord tag for `" + userCheck.data.name + "` is not `" + username + "`. Please link your discord account to your hypixel account.\n" + - "**If you are are using a new username then you will have to set your discord on hypixel to** `yourusername#0000`", + "**If you are are using a new username then you will have to set your discord on hypixel to the new username without the #** ", color: embedColor } ] @@ -174,4 +174,4 @@ module.exports = { ] }); } -}; \ No newline at end of file +};