Compare commits
3 Commits
cd46c4944f
...
feacda166a
Author | SHA1 | Date | |
---|---|---|---|
feacda166a | |||
94c9dd3d57 | |||
cba680d6e1 |
2
main.go
2
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"{
|
if result[2] == "https://www.reddit.com" || result[2] == "https://reddit.com"{
|
||||||
s.ChannelMessageSend(m.ChannelID, fmt.Sprintf("<https://tedd.it%s>", result[4]))
|
s.ChannelMessageSend(m.ChannelID, fmt.Sprintf("<https://tedd.it%s>", result[4]))
|
||||||
} else if result[2] == "https://www.twitter.com" || result[2] == "https://twitter.com" {
|
} else if result[2] == "https://www.twitter.com" || result[2] == "https://twitter.com" {
|
||||||
s.ChannelMessageSend(m.ChannelID, fmt.Sprintf("<https://nitter.it%s>", result[4]))
|
s.ChannelMessageSend(m.ChannelID, fmt.Sprintf("<https://nitter.lacontrevoie.fr%s>", result[4]))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user