Moved to new domain
This commit is contained in:
parent
dbf07d16b2
commit
0904047c7a
|
@ -53,7 +53,7 @@ func (app *application) sendPepe(s *discordgo.Session, m *discordgo.MessageCreat
|
|||
}
|
||||
|
||||
func (app *application) sendCringe(s *discordgo.Session, m *discordgo.MessageCreate) {
|
||||
_, err := s.ChannelMessageSend(m.ChannelID, "https://cdn.nicecock.eu/cringe.webm")
|
||||
_, err := s.ChannelMessageSend(m.ChannelID, "https://cdn.home.dutchellie.nl/cringe.webm")
|
||||
if err != nil {
|
||||
app.errorLog.Print(err)
|
||||
return
|
||||
|
@ -94,7 +94,7 @@ func (app *application) sendTuesday(s *discordgo.Session, m *discordgo.MessageCr
|
|||
}
|
||||
return
|
||||
}
|
||||
_, err := s.ChannelMessageSend(m.ChannelID, "https://cdn.nicecock.eu/TBT.webm")
|
||||
_, err := s.ChannelMessageSend(m.ChannelID, "https://cdn.home.dutchellie.nl/TBT.webm")
|
||||
if err != nil {
|
||||
app.errorLog.Print(err)
|
||||
return
|
||||
|
@ -143,7 +143,7 @@ func (app *application) sendFriday(s *discordgo.Session, m *discordgo.MessageCre
|
|||
}
|
||||
|
||||
func (app *application) sendGithub(s *discordgo.Session, m *discordgo.MessageCreate) {
|
||||
_, err := s.ChannelMessageSend(m.ChannelID, "My code is hosted publicly over at https://github.com/DutchEllie/pepebot")
|
||||
_, err := s.ChannelMessageSend(m.ChannelID, "My code is hosted publicly over at https://dutchellie.nl/DutchEllie/pepebot")
|
||||
if err != nil {
|
||||
app.errorLog.Print(err)
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue