Skip to content

Commit

Permalink
init#7
Browse files Browse the repository at this point in the history
  • Loading branch information
Panos Karampis committed Sep 21, 2024
1 parent b3fa6af commit 94f430f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
import net.dv8tion.jda.api.entities.ScheduledEvent;
import net.dv8tion.jda.api.managers.AudioManager;

@RegisterForReflection(targets = {Guild[].class, AudioManager[].class, Role[].class, ScheduledEvent[].class})
@RegisterForReflection(targets = {Guild[].class, AudioManager[].class)
public class ReflectionConfig {
}

0 comments on commit 94f430f

Please sign in to comment.