Skip to content

Commit

Permalink
wrong image url, oops. also updated version, patch notes to come
Browse files Browse the repository at this point in the history
  • Loading branch information
GreemDev committed Mar 1, 2021
1 parent 8673bd4 commit 033a07d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Services/ModerationService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public async Task CheckAccountAgeAsync(UserJoinedEventArgs args)
.AddField("Account Created",
$"{args.User.CreatedAt.FormatDate()}, {args.User.CreatedAt.FormatFullTime()}")
.WithFooter($"Account Created {time} {unit} ago.")
.WithThumbnailUrl("https://www.clipartmax.com/png/middle/22-226530_warning-signs-danger-png.png")
.WithThumbnailUrl("https://img.greemdev.net/WWElGbcQHC/3112312312.png")
.SendToAsync(c);
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ public static class Version
{
public static SysVer AsDotNetVersion() => new SysVer(Major, Minor, Patch, Hotfix);
private static int Major => 3;
private static int Minor => 3;
private static int Minor => 4;
private static int Patch => 0;
private static int Hotfix => 2;
private static int Hotfix => 0;
public static DevelopmentStage ReleaseType => DevelopmentStage.Release;
public static string FullVersion => $"{Major}.{Minor}.{Patch}.{Hotfix}-{ReleaseType}";
public static string DiscordNetVersion => Discord.DiscordConfig.Version;
Expand Down

0 comments on commit 033a07d

Please sign in to comment.