Skip to content

Commit

Permalink
Expose dispatching package
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldmensch committed Dec 23, 2024
1 parent 775d167 commit 94e1098
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
exports com.github.kaktushose.jda.commands.dependency;

// dispatching api
exports com.github.kaktushose.jda.commands.dispatching;
exports com.github.kaktushose.jda.commands.dispatching.adapter;
exports com.github.kaktushose.jda.commands.dispatching.adapter.impl;

Expand Down

0 comments on commit 94e1098

Please sign in to comment.