mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-10 02:22:51 +00:00
[AB-xxx] changing types of ids to be string instead for javascript purposes
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user