diff --git a/song_of_the_day/Program.cs b/song_of_the_day/Program.cs index bef9c56..1a287a8 100644 --- a/song_of_the_day/Program.cs +++ b/song_of_the_day/Program.cs @@ -33,6 +33,7 @@ userCheckTimer.OnOccurence += async (s, ea) => NickName = string.Empty, IsIntroduced = false }; + dci.Users.Add(newUser); needsSaving = true; } }