Add boolean for nicknames

This commit is contained in:
Teriuihi 2021-09-16 16:04:35 +02:00
parent 3671d33dc7
commit d28aa77cc7

View File

@ -58,6 +58,7 @@ public class DiscordLinkCommand extends DiscordCommand {
uuid, uuid,
getUsername(uuid), getUsername(uuid),
member.getUser().getName(), member.getUser().getName(),
false,
discordRoles.stream() discordRoles.stream()
.map(DiscordRole::getInternalName) .map(DiscordRole::getInternalName)
.collect(Collectors.toList())); .collect(Collectors.toList()));