{{define "cp_youtube"}} {{template "cp_head" .}}

Youtube upload feeds

Sends a message in discord when a subscribed channel uploads a new video

{{template "cp_alerts" .}}
Add new

Provide either channel ID OR username. Only one of them, not both.
When you go to the channel page, if the address bar has for example youtube.com/user/h3h3Productions then the username is h3h3Productions
if it's youtube.com/channel/UCt-ERbX-2yA6cAqfdKOlUwQ then the id is UCt-ERbX-2yA6cAqfdKOlUwQ
For any questions join the support server above

youtube.com/channel/
youtube.com/user/
Current subscribed channels
{{$guild := .ActiveGuild.ID}} {{$channels := .ActiveGuild.Channels}} {{range .Subs}}

{{.YoutubeChannelName}}

{{.YoutubeChannelID}}

{{end}}
{{template "cp_footer" .}} {{end}}