|
|
@ -19,7 +19,7 @@ import net.dv8tion.jda.api.events.interaction.SlashCommandEvent;
|
|
|
|
import net.dv8tion.jda.api.interactions.commands.OptionMapping;
|
|
|
|
import net.dv8tion.jda.api.interactions.commands.OptionMapping;
|
|
|
|
import net.dv8tion.jda.api.interactions.commands.OptionType;
|
|
|
|
import net.dv8tion.jda.api.interactions.commands.OptionType;
|
|
|
|
|
|
|
|
|
|
|
|
@SlashCommand(name = "avatar", description = "Display your avatar", isVisible = true, subCommandGroups = { "cool" })
|
|
|
|
@SlashCommand(name = "avatar", description = "Display your avatar", isVisible = true)
|
|
|
|
public class Avatar {
|
|
|
|
public class Avatar {
|
|
|
|
private final EmbedService embedService;
|
|
|
|
private final EmbedService embedService;
|
|
|
|
private final ImageService imageService;
|
|
|
|
private final ImageService imageService;
|
|
|
|