mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-05 05:26:28 +03:00
Keep adapting code to new guild data storage...
Fix #15, update InspectCode, make Dependabot use the correct label
This commit is contained in:
parent
fe2cfb3b3c
commit
4b2d98c440
16 changed files with 152 additions and 131 deletions
|
@ -1,6 +1,6 @@
|
|||
namespace Boyfriend.Data;
|
||||
|
||||
public struct Reminder {
|
||||
public long RemindAt;
|
||||
public DateTimeOffset RemindAt;
|
||||
public string ReminderText;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue