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: "🙁", + }, }, }, },