Add more default emojis to the reaction handler

This commit is contained in:
Ryan Cavicchioni 2022-09-09 10:21:34 -05:00
parent 6bd4744745
commit 756aaf2379
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -5,7 +5,10 @@ const (
)
var (
defaultReactions []string = []string{"👍", "🌶️", "🤣", "😂", "🍆", "🍑", "❤️", "💦", "😍", "💩", "🔥", "🍒", "🎉", "🥳", "🎊"}
defaultReactions []string = []string{
"👍", "🌶️", "🤣", "😂", "🍆", "🍑", "❤️", "💦", "😍", "💩",
"🔥", "🍒", "🎉", "🥳", "🎊", "📉", "📈", "💀", "☠️",
}
)
type (