forked from furtidev/the-farting-whale
Compare commits
2 Commits
main
...
replace-ni
Author | SHA1 | Date | |
---|---|---|---|
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"{
|
||||
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" {
|
||||
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]))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user