Hug!
Anirudh Oppiliappan x@icyphox.sh
Thu, 30 Dec 2021 22:17:53 +0530
1 files changed,
4 insertions(+),
0 deletions(-)
jump to
M
plugins/meme.go
→
plugins/meme.go
@@ -25,6 +25,8 @@ "." + string(n),
".kiss", ".increase", ".decrease", + ".sniff", + ".hug", } }@@ -69,6 +71,8 @@ strings.ToUpper(trigger[1:]),
), nil case ".sniff": return fmt.Sprintf("huffs %s's hair while sat behind them on the bus.", target), nil + case ".hug": + return fmt.Sprintf("(>^_^)>❤️ %s ❤️<(^o^<)", target), nil } return "", nil