Remove timestamp from embed
This commit is contained in:
parent
9867917f1f
commit
ba989a6ba4
@ -46,7 +46,6 @@ func processTask(task *Task, s *discordgo.Session) {
|
||||
e := discordgo.MessageEmbed{
|
||||
Title: "REMINDER",
|
||||
Description: task.Content,
|
||||
Timestamp: task.CreationTime.Format(time.RFC1123),
|
||||
Color: color,
|
||||
Footer: &discordgo.MessageEmbedFooter{
|
||||
Text: fmt.Sprintf("Created At: %v", task.CreationTime.Format(time.RFC1123)),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user