Package org.tywrapstudios.ctd.discord
Class Discord
java.lang.Object
org.tywrapstudios.ctd.discord.Discord
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidlogFailure(String chatMessage, int statusCode, String errorMessage, String playerName, String UUID) static voidlogSuccess(String playerName, String UUID, String chatMessage) static voidsendChatMessageToDiscord(String chatMessage, String playerName, String webhookUrl, String UUID) static voidsendCrashEmbed(String cause, int embedColor, String webhookUrl, Path log) static voidsendEmbedToDiscord(String chatMessage, String playerName, String webhookUrl, String UUID, int embedColor) static voidsendLiteralToDiscord(String message, boolean embedMode, String webhookUrl)
-
Constructor Details
-
Discord
public Discord()
-
-
Method Details
-
sendLiteralToDiscord
-
sendChatMessageToDiscord
-
sendEmbedToDiscord
-
sendCrashEmbed
-
logSuccess
-
logFailure
-