mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-05 05:26:28 +03:00
Begin guild storage refactor
This commit is contained in:
parent
f0a6c8faff
commit
b79be8a876
8 changed files with 192 additions and 75 deletions
6
Boyfriend/Data/Reminder.cs
Normal file
6
Boyfriend/Data/Reminder.cs
Normal file
|
@ -0,0 +1,6 @@
|
|||
namespace Boyfriend.Data;
|
||||
|
||||
public struct Reminder {
|
||||
public DateTimeOffset RemindAt;
|
||||
public string ReminderText;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue