mirror of
https://gitlab.com/Deukhoofd/DeukBot4.git
synced 2025-10-27 17:00:05 +00:00
Also properly delete values here
This commit is contained in:
@@ -129,6 +129,7 @@ namespace DeukBot4.Database
|
|||||||
{
|
{
|
||||||
Console.WriteLine("Can't celebrate birthday for user, not in guild anymore :(");
|
Console.WriteLine("Can't celebrate birthday for user, not in guild anymore :(");
|
||||||
db.KeyDelete(val);
|
db.KeyDelete(val);
|
||||||
|
db.SetRemove(birthday.ToString("ddMM"), val);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user