Skip to content

Commit

Permalink
change default template
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishjh-bst committed Nov 21, 2024
1 parent d128b90 commit e97284c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube/web.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func (p *Plugin) HandleYoutube(w http.ResponseWriter, r *http.Request) (web.Temp
if err != nil {
announcement = &models.YoutubeAnnouncement{
GuildID: activeGuild.ID,
Message: "{{.ChannelName}} published a new video! {{.URL}}",
Message: "{{.YoutubeChannelName}} published a new video! {{.URL}}",
Enabled: false,
}
}
Expand Down

0 comments on commit e97284c

Please sign in to comment.