diff --git a/main.go b/main.go index 066bda5..0859435 100644 --- a/main.go +++ b/main.go @@ -83,7 +83,7 @@ func messageCreate(s *discordgo.Session, m *discordgo.MessageCreate) { if result[2] == "https://www.reddit.com" || result[2] == "https://reddit.com"{ s.ChannelMessageSend(m.ChannelID, fmt.Sprintf("", result[4])) } else if result[2] == "https://www.twitter.com" || result[2] == "https://twitter.com" { - s.ChannelMessageSend(m.ChannelID, fmt.Sprintf("", result[4])) + s.ChannelMessageSend(m.ChannelID, fmt.Sprintf("", result[4])) } } }