fix welcomer serialization

This commit is contained in:
Lee 2024-07-03 22:12:56 +01:00
parent c2e447f416
commit 642185f8c5

@ -133,7 +133,7 @@ public class WelcomerProfile extends Serializable {
);
}
if (channel != null) {
document.put("channelId", channel.getIdLong());
document.put("channelId", channel.getId());
}
return document;
}