From 31f2813192237379669d964498921b926e1ad69d Mon Sep 17 00:00:00 2001 From: William Perron Date: Sun, 7 Jan 2024 12:38:29 -0500 Subject: [PATCH] fix scheduled message emoji error --- cmd/themis-server/main.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cmd/themis-server/main.go b/cmd/themis-server/main.go index 3d2a21d..28240fd 100644 --- a/cmd/themis-server/main.go +++ b/cmd/themis-server/main.go @@ -712,6 +712,10 @@ func main() { CustomID: "schedule-response", Label: "I Can't Make It", Style: discordgo.DangerButton, + Disabled: false, + Emoji: discordgo.ComponentEmoji{ + Name: "🙁", + }, }, }, },