This commit is contained in:
Lee
2024-06-27 13:02:55 +01:00
parent b36bdae5de
commit 84dfe5a119
10 changed files with 12 additions and 32 deletions

View File

@ -10,8 +10,6 @@ import net.dv8tion.jda.api.entities.Guild;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
import java.io.Serial;
import java.io.Serializable;
import java.util.Date;
/**
@ -20,9 +18,7 @@ import java.util.Date;
@RequiredArgsConstructor
@Getter @Setter
@Document(collection = "guilds")
public class BatGuild extends ProfileHolder implements Serializable {
@Serial private static final long serialVersionUID = 1L;
public class BatGuild extends ProfileHolder {
/**
* The ID of the guild
*/