Update footer text

pull/1/head
DustyP 6 years ago
parent ba989a6ba4
commit 398961bdf6

@ -46,9 +46,10 @@ func processTask(task *Task, s *discordgo.Session) {
e := discordgo.MessageEmbed{
Title: "REMINDER",
Description: task.Content,
Timestamp: task.CreationTime.Format(time.RFC3339),
Color: color,
Footer: &discordgo.MessageEmbedFooter{
Text: fmt.Sprintf("Created At: %v", task.CreationTime.Format(time.RFC1123)),
Text: "Created: ",
},
}
msg := discordgo.MessageSend{

Loading…
Cancel
Save