mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-27 14:23:56 +00:00
[AB-161] fixed composite foreign keys for multiple tables
This commit is contained in:
@@ -6,6 +6,7 @@ import lombok.Setter;
|
||||
import net.dv8tion.jda.api.entities.MessageEmbed;
|
||||
|
||||
import java.io.File;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
@@ -18,7 +19,8 @@ public class MessageToSend {
|
||||
/**
|
||||
* The collections of embeds to be send. The first embed is in the same message as the string message.
|
||||
*/
|
||||
private List<MessageEmbed> embeds;
|
||||
@Builder.Default
|
||||
private List<MessageEmbed> embeds = new ArrayList<>();
|
||||
/**
|
||||
* The string content to be used in the first message.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user