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