mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-20 04:34:19 +03:00
Finish adapting code to new guild data storage
This commit is contained in:
parent
587e5d11f9
commit
1f45a605d7
17 changed files with 201 additions and 96 deletions
Boyfriend/Data
|
@ -3,4 +3,5 @@
|
|||
public struct Reminder {
|
||||
public DateTimeOffset RemindAt;
|
||||
public string ReminderText;
|
||||
public ulong ReminderChannel;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue