Skip to content

Commit

Permalink
init#9
Browse files Browse the repository at this point in the history
  • Loading branch information
Panos Karampis committed Sep 21, 2024
1 parent d64f406 commit be3df6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
# Build and Push Docker Image
- name: Build and push Docker image
run: |
docker buildx build --platform linux/amd64 -f src/main/docker/Dockerfile.native-micro -t r0ufif0u/metaflux:promofacie-verifier . --push
docker buildx build --platform linux/amd64 -f src/main/docker/Dockerfile.native -t r0ufif0u/metaflux:promofacie-verifier . --push
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})
@RegisterForReflection(targets = {Guild[].class, AudioManager[].class, Role[].class, ScheduledEvent[].class})
public class ReflectionConfig {
}

0 comments on commit be3df6c

Please sign in to comment.