Add BannerCommand and add guild + user sub commands to AvatarCommand

This commit is contained in:
2024-06-27 19:57:42 -05:00
parent 306edf7017
commit 886755cd40
10 changed files with 189 additions and 16 deletions

View File

@ -2,12 +2,10 @@ package cc.fascinated.bat.model;
import cc.fascinated.bat.common.ProfileHolder;
import cc.fascinated.bat.service.DiscordService;
import jakarta.annotation.PostConstruct;
import lombok.*;
import net.dv8tion.jda.api.entities.Guild;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
import org.springframework.stereotype.Component;
import java.util.Calendar;
import java.util.Date;