mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-19 12:14:20 +03:00
Made guild settings code 10x better
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
c00585e639
commit
bbddb3790a
26 changed files with 452 additions and 303 deletions
|
@ -1,9 +1,7 @@
|
|||
using Remora.Rest.Core;
|
||||
|
||||
namespace Boyfriend.Data;
|
||||
|
||||
public struct Reminder {
|
||||
public DateTimeOffset RemindAt;
|
||||
public DateTimeOffset At;
|
||||
public string Text;
|
||||
public Snowflake Channel;
|
||||
public ulong Channel;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue