Also properly delete values here

This commit is contained in:
Deukhoofd 2018-10-08 19:07:38 +02:00
parent 25d2af9dda
commit 7ee274ed7b
No known key found for this signature in database
GPG Key ID: B4C087AC81641654
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ namespace DeukBot4.Database
{
Console.WriteLine("Can't celebrate birthday for user, not in guild anymore :(");
db.KeyDelete(val);
db.SetRemove(birthday.ToString("ddMM"), val);
return;
}