mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-11 04:45:02 +00:00
Log text/style tweaks; add message date to deletion logs
This commit is contained in:
parent
1dd8266405
commit
3c3602f8d3
4 changed files with 11 additions and 9 deletions
|
@ -1,5 +1,4 @@
|
|||
import { Entity, Column, PrimaryColumn } from "typeorm";
|
||||
import { Message } from "eris";
|
||||
|
||||
export interface ISavedMessageData {
|
||||
attachments?: object[];
|
||||
|
@ -9,6 +8,7 @@ export interface ISavedMessageData {
|
|||
};
|
||||
content: string;
|
||||
embeds?: object[];
|
||||
timestamp: number;
|
||||
}
|
||||
|
||||
@Entity("messages")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue