mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-01-27 14:42:23 +00:00
[AB-300] adding ability to determine the channel names for modmail
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package dev.sheldan.abstracto.modmail.model.template;
|
||||
|
||||
import lombok.Builder;
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
|
||||
import java.time.Instant;
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
@Builder
|
||||
public class ModMailChannelNameModel {
|
||||
private Long serverId;
|
||||
private Long userId;
|
||||
private Instant currentDate;
|
||||
private String randomText;
|
||||
private String uuid;
|
||||
}
|
||||
Reference in New Issue
Block a user