Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DBTDerpbox committed Jan 22, 2024
1 parent b1f21dd commit b172c6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public static void logMention(String logSource, String message, boolean allowMen
if (webhookUrl != null) {

JsonObject payload = new JsonObject();
payload.addProperty("content", "**" + logSource + "** <@&" + DiscordBridgeMod.config().moderatorRoleID + ">\\n" + message);
payload.addProperty("content", "**" + logSource + "** <@&" + DiscordBridgeMod.config().moderatorRoleID + ">\n" + message);

JsonObject mentions = new JsonObject();
if (allowMentions) {
Expand Down

0 comments on commit b172c6d

Please sign in to comment.