fix formatting in em's command

main
RageCage64 3 years ago
parent a4af39b523
commit 9bff860a54

@ -66,5 +66,6 @@ func dadJokeCommand(s *discordgo.Session, m *discordgo.MessageCreate) {
func hiBubCommand(s *discordgo.Session, m *discordgo.MessageCreate) {
user := m.Author
hibub := "Hi " + user.Username + " it's Bub from the Hubbub, how are you?"
log.Println(hibub)
s.ChannelMessageSend(m.ChannelID, hibub)
}

Loading…
Cancel
Save