Add boolean for nicknames
This commit is contained in:
parent
3671d33dc7
commit
d28aa77cc7
|
|
@ -58,6 +58,7 @@ public class DiscordLinkCommand extends DiscordCommand {
|
|||
uuid,
|
||||
getUsername(uuid),
|
||||
member.getUser().getName(),
|
||||
false,
|
||||
discordRoles.stream()
|
||||
.map(DiscordRole::getInternalName)
|
||||
.collect(Collectors.toList()));
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user