Skip to content
This repository was archived by the owner on Jun 23, 2021. It is now read-only.

Commit ba876cf

Browse files
committed
Expose http client
1 parent 894fdd2 commit ba876cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/de/cerus/jdasc/JDASlashCommands.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,4 +343,8 @@ public static ApplicationCommand getCommand(final long id) {
343343
return commandMap.get(id);
344344
}
345345

346+
public static DiscordHttpClient getDiscordHttpClient() {
347+
return discordHttpClient;
348+
}
349+
346350
}

0 commit comments

Comments
 (0)