Anheledir / Honeycomb

A Discord bot to help artists manage their servers and engage with the community.
https://honeycombs.cloud
MIT License
4 stars 0 forks source link

Move the records as classes to their own files, as LiteDB doesn't support record... #110

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

/ A record representing a specific option for a poll in the system.

/

https://api.github.com/Anheledir/Honeycomb/blob/6e925748e3f0f9c3e1da2c795cfa52d5f3648270/BaseBotService/Data/Models/PollHC.cs#L10


/// </summary>
public class PollHC : ModelBase
{
    // TODO: Move the records as classes to their own files, as LiteDB doesn't support records yet.

    /// <summary>
    /// A record representing a specific option for a poll in the system.
    /// </summary>
Anheledir commented 1 year ago

Fixed