me when i forget to change the channel id

This commit is contained in:
Jack Merrill 2024-08-30 18:38:07 -04:00
parent ce78455131
commit 79b6c7b18a

View File

@ -87,7 +87,7 @@ func Run(session *discordgo.Session) {
}) })
// Send the Menu to the channel // Send the Menu to the channel
_, err = session.ChannelMessageSendEmbed("1142231837331181678", &discordgo.MessageEmbed{ _, err = session.ChannelMessageSendEmbed("1016558809667350528", &discordgo.MessageEmbed{
Title: fmt.Sprintf("🍕 **Menu for %s**", todaysMenu.Date), Title: fmt.Sprintf("🍕 **Menu for %s**", todaysMenu.Date),
Fields: fields, Fields: fields,
Color: 0x00ff00, Color: 0x00ff00,