3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 15:45:03 +00:00

Added created_at field to reminders table. Added time remaining timestamp to reminders command. Added creation date timestamp to reminder activation message

This commit is contained in:
roflmaoqwerty 2020-01-08 14:29:49 +11:00
parent 46a8119660
commit 141cc1b9cc
4 changed files with 44 additions and 6 deletions

View file

@ -15,4 +15,6 @@ export class Reminder {
@Column() remind_at: string;
@Column() body: string;
@Column() created_at: string
}