mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-05 07:59:36 +00:00
[AB-80] added tracking of emotes used by server members and configuration
updated sonar scanner version changed some commands to be silent instead of adding a check reaction
This commit is contained in:
@@ -5,6 +5,7 @@ import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
import net.dv8tion.jda.api.entities.MessageEmbed;
|
||||
|
||||
import java.io.File;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
@@ -22,4 +23,12 @@ public class MessageToSend {
|
||||
* The string content to be used in the first message.
|
||||
*/
|
||||
private String message;
|
||||
/**
|
||||
* The file handle to send attached to the message.
|
||||
*/
|
||||
private File fileToSend;
|
||||
|
||||
public boolean hasFileToSend() {
|
||||
return fileToSend != null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user