mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-17 15:15:02 +00:00
Log text/style tweaks; add message date to deletion logs
This commit is contained in:
parent
da1b706bb2
commit
8b8efc3585
4 changed files with 11 additions and 9 deletions
|
@ -32,7 +32,8 @@ export class GuildSavedMessages extends BaseRepository {
|
|||
username: msg.author.username,
|
||||
discriminator: msg.author.discriminator
|
||||
},
|
||||
content: msg.content
|
||||
content: msg.content,
|
||||
timestamp: msg.timestamp
|
||||
};
|
||||
|
||||
if (msg.attachments.length) data.attachments = msg.attachments;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue