Merge branch 'dev' of pocketjawa/discord-pocketbot-go into master
commit
ed936b0b33
|
@ -239,5 +239,5 @@ func askConch(s *discordgo.Session, m *discordgo.Message, ctx *mux.Context) {
|
||||||
|
|
||||||
//Test command that says UwU
|
//Test command that says UwU
|
||||||
func sayUwU(s *discordgo.Session, m *discordgo.Message, ctx *mux.Context) {
|
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+">*")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue