1
0
Fork 1
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:
Octol1ttle 2023-01-16 20:33:02 +05:00
parent 587e5d11f9
commit 1f45a605d7
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF
17 changed files with 201 additions and 96 deletions
Boyfriend/Data

View file

@ -3,4 +3,5 @@
public struct Reminder {
public DateTimeOffset RemindAt;
public string ReminderText;
public ulong ReminderChannel;
}