Remove unused subgroup

java-rewrite
Hammy 3 years ago
parent ac1e2a15c1
commit c22d13d907

@ -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.OptionType;
@SlashCommand(name = "avatar", description = "Display your avatar", isVisible = true, subCommandGroups = { "cool" })
@SlashCommand(name = "avatar", description = "Display your avatar", isVisible = true)
public class Avatar {
private final EmbedService embedService;
private final ImageService imageService;

Loading…
Cancel
Save