1
0
Fork 1
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:
neroduckale 2023-12-01 06:46:44 +05:00
parent 5e8e889507
commit 861df0e4dd
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 399E73062E1A3667

View file

@ -5,4 +5,5 @@ public struct Reminder
public DateTimeOffset At { get; init; }
public string Text { get; init; }
public ulong Channel { get; init; }
public string Message { get; init; }
}