From 18165a827cacc9f202fb42c729770f706d5fec74 Mon Sep 17 00:00:00 2001 From: William Perron Date: Fri, 10 May 2024 09:45:23 -0400 Subject: [PATCH] add some emojis --- cmd/themis-server/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/themis-server/main.go b/cmd/themis-server/main.go index 3d46106..9283e4b 100644 --- a/cmd/themis-server/main.go +++ b/cmd/themis-server/main.go @@ -753,7 +753,7 @@ func main() { var msg string var components []discordgo.MessageComponent if len(absentees) == 0 { - msg = "Everybody can make it next Monday, see you then!" + msg = "Everybody can make it next Monday, see you then! 🎉" components = []discordgo.MessageComponent{ discordgo.ActionsRow{ Components: []discordgo.MessageComponent{ @@ -770,7 +770,7 @@ func main() { }, } } else { - msg = fmt.Sprintf("%s can't make it next Monday. :sad:", themis.FormatStringSlice(absentees)) + msg = fmt.Sprintf("%s can't make it next Monday. 🙁", themis.FormatStringSlice(absentees)) } _, err = discord.ChannelMessageSendComplex(channelId, &discordgo.MessageSend{