diff --git a/EliteBGS/OneLineDiscordLog.cs b/EliteBGS/OneLineDiscordLog.cs index 5384d15..6209829 100644 --- a/EliteBGS/OneLineDiscordLog.cs +++ b/EliteBGS/OneLineDiscordLog.cs @@ -40,7 +40,7 @@ public class OneLineDiscordLog : DiscordLogGenerator { return ""; } - log.AppendFormat("{0}\n", BotHeader()); + log.AppendFormat("{0}", BotHeader()); foreach (Objective objective in objectives) { log.AppendFormat("{0}", GenerateObjectiveHeader(objective));