File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
src/main/java/de/chojo/jdautil/interactions/dispatching Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ license {
38
38
}
39
39
40
40
group = " de.chojo"
41
- version = " 2.9.3 +beta.19"
41
+ version = " 2.9.5 +beta.19"
42
42
description = " Discord utilities for use with JDA"
43
43
44
44
publishData {
Original file line number Diff line number Diff line change 20
20
import de .chojo .jdautil .util .Guilds ;
21
21
import de .chojo .jdautil .util .SlashCommandUtil ;
22
22
import de .chojo .jdautil .wrapper .EventContext ;
23
- import net .dv8tion .jda .api .JDA ;
24
23
import net .dv8tion .jda .api .entities .Guild ;
25
24
import net .dv8tion .jda .api .events .guild .GuildJoinEvent ;
26
25
import net .dv8tion .jda .api .events .interaction .command .CommandAutoCompleteInteractionEvent ;
@@ -314,4 +313,20 @@ public Collection<U> getUser() {
314
313
public Collection <M > getMessage () {
315
314
return Set .copyOf (messages .values ());
316
315
}
316
+
317
+ public MenuService buttonService () {
318
+ return buttons ;
319
+ }
320
+
321
+ public PageService pageServices () {
322
+ return pages ;
323
+ }
324
+
325
+ public ModalService modalService () {
326
+ return modalService ;
327
+ }
328
+
329
+ public ConversationService conversationService () {
330
+ return conversationService ;
331
+ }
317
332
}
You can’t perform that action at this time.
0 commit comments