diff --git a/code/modules/discord/accountlink.dm b/code/modules/discord/accountlink.dm index 2a672e60fe4..5ff80d34e47 100644 --- a/code/modules/discord/accountlink.dm +++ b/code/modules/discord/accountlink.dm @@ -21,18 +21,18 @@ // Simple sanity check to prevent a user doing this too often var/cached_one_time_token = SSdiscord.reverify_cache[usr.ckey] if(cached_one_time_token && cached_one_time_token != "") - message = "You already generated your one time token, it is [cached_one_time_token], if you need a new one, you will have to wait until the round ends, or switch to another server, try verifying yourself in discord by using the command \" [prefix]verify [cached_one_time_token] \"" + message = "You already generated your one time token, it is [cached_one_time_token]. If you need a new one, you will have to wait until the round ends, or switch to another server; try verifying yourself on Discord by copying this command: [prefix]verify [cached_one_time_token] and pasting it into the verification channel." else // Will generate one if an expired one doesn't exist already, otherwise will grab existing token var/one_time_token = SSdiscord.get_or_generate_one_time_token_for_ckey(ckey) SSdiscord.reverify_cache[usr.ckey] = one_time_token - message = "Your one time token is: [one_time_token], Assuming you have the required living minutes in game, you can now verify yourself in discord by using the command \" [prefix]verify [one_time_token] \"" + message = "Your one time token is: [one_time_token]. Assuming you have the required living minutes in game, you can now verify yourself on Discord by using the command: [prefix]verify [one_time_token]" //Now give them a browse window so they can't miss whatever we told them - var/datum/browser/window = new/datum/browser(usr, "discordverification", "Discord verification") - window.set_content("[message]") + var/datum/browser/window = new/datum/browser(usr, "discordverification", "Discord Verification") + window.set_content("