This repository was archived by the owner on Aug 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11# Notification
22
3+ :::info Placeholder
4+ ** In this resource you can use DisBot [ Placeholder] ( ../placeholders.mdx ) **
5+ :::
6+
37## Youtube Notification
48
59### Setup a Notification
@@ -22,9 +26,8 @@ To get the Channel ID use the youtube channel Info.
2226
2327</details >
2428
25- :::danger NOT DONE YET
26- The Docs for this section are not done!
27- :::
29+ If you are done with this steps then you need to do the same setup as with the Twitch Notification.
30+ You need to setup your Message and the Role and Channel Data. If you are done you can manage the Notification like twitch.
2831
2932### Managment of the Notification
3033
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import Link from "@docusaurus/Link";
44import useDocusaurusContext from "@docusaurus/useDocusaurusContext" ;
55import Layout from "@theme/Layout" ;
66import Heading from "@theme/Heading" ;
7- import DisBotLogo from "../../static/img/disbot.png" ;
87
98import styles from "./index.module.css" ;
109
@@ -14,7 +13,7 @@ function HomepageHeader() {
1413 < header className = { clsx ( "hero hero--dark" , styles . heroBanner ) } >
1514 < div className = "container" >
1615 < img
17- src = { DisBotLogo }
16+ src = { "https://cdn.discordapp.com/avatars/1063079377975377960/a9e7f970184db6c32157a1a2350b6806.webp?size=1024/not" }
1817 alt = "DisBot Logo"
1918 className = { styles . heroLogo }
2019 width = "150"
@@ -25,7 +24,7 @@ function HomepageHeader() {
2524 </ Heading >
2625 < p className = "hero__subtitle" > { siteConfig . tagline } </ p >
2726 < div className = { styles . buttons } >
28- < a className = "button button--primary button--lg" href = "/docs/index " >
27+ < a className = "button button--primary button--lg" href = "/docs" >
2928 Documentation
3029 </ a >
3130 < Link
You can’t perform that action at this time.
0 commit comments