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

Commit

Permalink
Expose http client
Browse files Browse the repository at this point in the history
  • Loading branch information
cerus committed Feb 6, 2021
1 parent 894fdd2 commit ba876cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/de/cerus/jdasc/JDASlashCommands.java
Original file line number Diff line number Diff line change
Expand Up @@ -343,4 +343,8 @@ public static ApplicationCommand getCommand(final long id) {
return commandMap.get(id);
}

public static DiscordHttpClient getDiscordHttpClient() {
return discordHttpClient;
}

}

0 comments on commit ba876cf

Please sign in to comment.