From 8ca23e52b8b79ae707228f421bbe45378613b9af Mon Sep 17 00:00:00 2001 From: pocketjawa Date: Sat, 10 Oct 2020 16:21:34 -0400 Subject: [PATCH] Enhanced nuzzles UwU --- commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.go b/commands.go index a14baee..3b1c7e0 100644 --- a/commands.go +++ b/commands.go @@ -239,5 +239,5 @@ func askConch(s *discordgo.Session, m *discordgo.Message, ctx *mux.Context) { //Test command that says UwU func sayUwU(s *discordgo.Session, m *discordgo.Message, ctx *mux.Context) { - s.ChannelMessageSend(m.ChannelID, "UwU *nuzzles*") + s.ChannelMessageSend(m.ChannelID, "UwU *nuzzles <@"+m.Author.ID+">*") }