Why I didn't put this here before is beyond me

This commit is contained in:
ZeroEpoch1969
2019-12-19 15:31:21 -07:00
parent 7cffdac400
commit 86a4577023
2 changed files with 8 additions and 0 deletions

View File

@ -61,6 +61,7 @@ public class Command_linkdiscord extends FreedomCommand
if (Discord.PLAYER_LINK_CODES.containsValue(data))
{
msg("Your linking code is " + ChatColor.GREEN + Discord.getCodeForPlayer(data), ChatColor.AQUA);
msg("Take this code and DM the server bot (" + plugin.dc.formatBotTag() + ") the code (do not put anything else in the message, only the code)");
}
else
{