forked from TeamInklings/Octobot
Add link to original message for activated reminders and /listremind (#203)
This commit is contained in:
parent
e21e193218
commit
59c2c5eada
3 changed files with 34 additions and 21 deletions
|
@ -4,5 +4,6 @@ public struct Reminder
|
|||
{
|
||||
public DateTimeOffset At { get; init; }
|
||||
public string Text { get; init; }
|
||||
public ulong Channel { get; init; }
|
||||
public ulong ChannelId { get; init; }
|
||||
public ulong MessageId { get; init; }
|
||||
}
|
||||
|
|
Reference in a new issue