fix scheduled message emoji error

main
William Perron 11 months ago
parent 171ef4ee98
commit 31f2813192
Signed by: wperron
GPG Key ID: BFDB4EF72D73C5F2

@ -712,6 +712,10 @@ func main() {
CustomID: "schedule-response",
Label: "I Can't Make It",
Style: discordgo.DangerButton,
Disabled: false,
Emoji: discordgo.ComponentEmoji{
Name: "🙁",
},
},
},
},

Loading…
Cancel
Save