Skip to content

Commit

Permalink
Merge pull request #48 from adrianoori/bugfix/issue-47/discord-webhoo…
Browse files Browse the repository at this point in the history
…ks-stopped-working

Bugfix/issue 47/discord webhooks stopped working
  • Loading branch information
Razzmatazzz authored Feb 9, 2023
2 parents e49b329 + 0cfe98d commit 831ace8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DiscordWebook.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ public DiscordWebhook()

public void SendMessage(string msgSend)
{
discordValues.Add("username", UserName);
discordValues.Add("avatar_url", ProfilePicture);
//discordValues.Add("username", UserName);
//discordValues.Add("avatar_url", ProfilePicture);
discordValues.Remove("content");
discordValues.Add("content", msgSend);

Expand Down
6 changes: 3 additions & 3 deletions ValheimServerWarden.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<StartupObject>ValheimServerWarden.App</StartupObject>
<Version>0.4.20</Version>
<AssemblyVersion>0.4.20.0</AssemblyVersion>
<Version>0.4.21</Version>
<AssemblyVersion>0.4.21.0</AssemblyVersion>
<Product>ValheimServerWarden</Product>
<Authors>Razzmatazz</Authors>
<ApplicationIcon>Resources\vsw2.ico</ApplicationIcon>
<PackageId>ValheimServerWarden</PackageId>
<AssemblyName>Valheim Server Warden</AssemblyName>
<FileVersion>0.4.20.0</FileVersion>
<FileVersion>0.4.21.0</FileVersion>
<Company>ValheimServerWarden</Company>
</PropertyGroup>

Expand Down

0 comments on commit 831ace8

Please sign in to comment.