Merge branch 'dev' of pocketjawa/discord-pocketbot-go into master

master
pocketjawa 2020-10-10 20:23:59 +00:00 committed by Gogs
commit ed936b0b33
1 changed files with 1 additions and 1 deletions

View File

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