mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-19 16:33:36 +03:00
listremind now has a link to a message with the creation of a reminder for messages like "this" #2
This commit is contained in:
parent
5e8e889507
commit
861df0e4dd
1 changed files with 1 additions and 0 deletions
|
@ -5,4 +5,5 @@ public struct Reminder
|
||||||
public DateTimeOffset At { get; init; }
|
public DateTimeOffset At { get; init; }
|
||||||
public string Text { get; init; }
|
public string Text { get; init; }
|
||||||
public ulong Channel { get; init; }
|
public ulong Channel { get; init; }
|
||||||
|
public string Message { get; init; }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue