mirror of
https://github.com/jackmerrill/hampbot.git
synced 2024-12-04 04:53:01 -08:00
me when i forget to change the channel id
This commit is contained in:
parent
ce78455131
commit
79b6c7b18a
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user