1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-20 08:53:36 +03:00
Octobot/Boyfriend/Data/Reminder.cs
Octol1ttle 4b2d98c440
Keep adapting code to new guild data storage...
Fix #15, update InspectCode, make Dependabot use the correct label
2023-01-12 22:00:52 +05:00

6 lines
125 B
C#

namespace Boyfriend.Data;
public struct Reminder {
public DateTimeOffset RemindAt;
public string ReminderText;
}