add some emojis

main
William Perron 7 months ago
parent 3c4de5a8c3
commit 18165a827c
No known key found for this signature in database
GPG Key ID: F701727E6034EEC9

@ -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{

Loading…
Cancel
Save