Enhanced nuzzles UwU

dev
pocketjawa 2020-10-10 16:21:34 -04:00
padre 93ec2c8380
commit 8ca23e52b8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -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+">*")
}