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

Commit fbe8ca4

Browse files
committed
Remove getter for internal client
1 parent 7465952 commit fbe8ca4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
import okhttp3.Response;
4040
import org.jetbrains.annotations.ApiStatus;
4141
import org.jetbrains.annotations.NotNull;
42-
import org.jetbrains.annotations.TestOnly;
4342

4443
public class JDASlashCommands {
4544

@@ -464,12 +463,4 @@ public static ApplicationCommand getCommand(final long id) {
464463
return commandMap.get(id);
465464
}
466465

467-
@Deprecated
468-
@ApiStatus.ScheduledForRemoval
469-
@ApiStatus.Experimental
470-
@TestOnly
471-
public static DiscordHttpClient getDiscordHttpClient() {
472-
return discordHttpClient;
473-
}
474-
475466
}

0 commit comments

Comments
 (0)