Skip to content

Commit e3c96a8

Browse files
Update index.html
Probably done.
1 parent bcd6ab4 commit e3c96a8

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

docs/index.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<title>Dandy's World Discord Bot</title>
1010
<link rel="stylesheet" href="style.css">
1111
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap" rel="stylesheet">
12-
main
1312
</head>
1413
<body>
1514
<header>
@@ -19,7 +18,6 @@ <h1>🔮 Dandy's World Twisted On The Board Bot 🔮</h1>
1918

2019
<h1>Dandy's World Discord Bot</h1>
2120
<p class="subtitle">Automated Twisted Board Monitoring for your Discord Server</p>
22-
main
2321
</div>
2422
</header>
2523

@@ -34,7 +32,6 @@ <h1>Dandy's World Discord Bot</h1>
3432
<li><a href="#quick-start">Quick Start</a></li>
3533
<li><a href="#how-it-works">How It Works</a></li>
3634
<li><a href="#contributing">Contributing</a></li>
37-
main
3835
</ul>
3936
</div>
4037
</nav>
@@ -47,9 +44,7 @@ <h2>Never Miss a Twisted Update Again!</h2>
4744
<a href="https://github.com/thesomewhatyou/TOTB-checker" class="cta-button" id="github-repo-link">See the Code on GitHub</a>
4845
<h2>Never Miss a Twisted Update!</h2>
4946
<p>This bot keeps an eye on the Dandy's World wiki's Daily Twisted Board and instantly notifies your Discord channel when the character changes. Includes character images and timer info!</p>
50-
<a href="https://github.com/USERNAME/REPOSITORY_NAME" class="cta-button" id="github-repo-link">View on GitHub</a>
51-
<p class="small-text">(Remember to replace USERNAME/REPOSITORY_NAME in the link above via the HTML source if this is not your repo location!)</p>
52-
main
47+
<a href="https://github.com/thesomewhatyou/TOTB-checker" class="cta-button" id="github-repo-link">View on GitHub</a>
5348
</div>
5449
</section>
5550

@@ -121,6 +116,7 @@ <h3>What You'll Need:</h3>
121116
<li>A computer that can run Python (most can!). If you need Python, grab it from <a href="https://www.python.org/downloads/" target="_blank">python.org</a> (version 3.8 or newer).</li>
122117
<li>A "Bot Token" from Discord (think of it as your bot's secret password).</li>
123118
<li>The "Channel ID" from Discord for where you want announcements.</li>
119+
<li>You'll also probably need this to run 24/7. Get a beefy computer if you want to do this.</li>
124120
</ul>
125121

126122
<h3>Easy Setup Steps:</h3>
@@ -215,7 +211,6 @@ <h2>🤝 Contributing</h2>
215211
<p>This project is open source! Contributions are welcome. Please check the <code>README.md</code> for guidelines on code style and submitting pull requests.</p>
216212
<p>If you encounter issues or have suggestions, feel free to open an issue on the GitHub repository.</p>
217213
<a href="https://github.com/thesomewhatyou/TOTB-checker/issues" class="cta-button" id="github-issues-link">Report an Issue / Suggest Feature</a>
218-
main
219214
</div>
220215
</section>
221216
</main>
@@ -229,7 +224,6 @@ <h2>🤝 Contributing</h2>
229224
<p>&copy; <span id="current-year"></span> Dandy's World Discord Bot Project. Licensed under the Unlicense License.</p>
230225
<p>This bot is not affiliated with the Dandy's World game or its developers. All game content and images are property of their respective owners.</p>
231226
<p class="small-text">Site by Jules for a Google project.</p>
232-
main
233227
</div>
234228
</footer>
235229

0 commit comments

Comments
 (0)