[AB-xxx] changing types of ids to be string instead for javascript purposes

This commit is contained in:
Sheldan
2024-04-05 15:06:10 +02:00
parent 65a1d44069
commit 6c6cd130aa
8 changed files with 14 additions and 14 deletions

View File

@@ -27,7 +27,7 @@ public class ServerController {
return GuildDisplay
.builder()
.name(guild.getName())
.id(guild.getIdLong())
.id(guild.getId())
.bannerUrl(guild.getBannerUrl())
.iconUrl(guild.getIconUrl())
.build();