Store the bias id as well

This commit is contained in:
Thorsten Sommer 2024-10-28 15:31:38 +01:00
parent 6dcaf4a528
commit c22a8db15d
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -19,6 +19,11 @@ public sealed class DataBiasOfTheDay
/// </summary>
public Guid BiasOfTheDayChatId { get; set; } = Guid.Empty;
/// <summary>
/// Which bias is the bias of the day?
/// </summary>
public Guid BiasOfTheDayId { get; set; } = Guid.Empty;
/// <summary>
/// Restrict to one bias per day?
/// </summary>