add avatar command

This commit is contained in:
Lee
2024-06-26 02:46:27 +01:00
parent 47beff752c
commit aec2fe1c2b
6 changed files with 42 additions and 5 deletions

View File

@ -10,7 +10,6 @@ import java.time.LocalDateTime;
*/
@UtilityClass
public class EmbedUtils {
/**
* Builds a generic embed
*

View File

@ -10,7 +10,6 @@ import java.util.Map;
*/
@Getter
public class ProfileHolder {
/**
* The profiles for the holder
*/

View File

@ -10,7 +10,6 @@ import org.springframework.web.client.RestClient;
@UtilityClass
public class WebRequest {
/**
* The web client.
*/