Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnygamingTv authored Aug 6, 2024
1 parent f74d728 commit c3bb58b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BuilderMode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ await System.Threading.Tasks.Task.Run(() =>
discordValues.Add("content", message);
new System.Net.WebClient().UploadValues(URL, discordValues);
}
catch (System.Exception e) {
Logger.LogException(e);
catch (System.Exception) {
Logger.Log(message);
}
});
}
Expand Down

0 comments on commit c3bb58b

Please sign in to comment.