Change discord timestamp function to metadata params

This commit is contained in:
samwiseg00 2018-08-22 00:22:01 -04:00
parent b8a9c4f5b7
commit 02af6c4e6c

View file

@ -1146,7 +1146,7 @@ class DISCORD(Notifier):
# Build Discord post attachment
attachment = {'title': title,
'timestamp': helpers.utc_now_iso()
'timestamp': pretty_metadata.parameters['utctime']
}
if self.config['color']: