bumblepie / haikubot

A discord bot that recognises haikus in user messages and saves them for later reference.
MIT License
1 stars 1 forks source link

Timestamp is incorrect in embed #49

Closed bumblepie closed 5 years ago

bumblepie commented 5 years ago

Currently the timestamp in the embed is the current time, not the time that the haiku was created. The data is currently being saved to the database, it's just not part of the graphQL type, so it should be fairly simple to update.