Add boolean for nicknames
This commit is contained in:
parent
3671d33dc7
commit
d28aa77cc7
|
|
@ -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()));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user