Files
websiteSource/godsBot/index.html
2026-03-26 22:51:50 +00:00

69 lines
2.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gods Bot - WullieStudio</title>
<link rel="stylesheet" href="../style.css">
</head>
<body>
<header>
<nav class="navbar">
<div class="logo"><a class="logoLink" href=../index.html>WullieStudio</a></div>
<input type="checkbox" id="menu-toggle">
<label for="menu-toggle" class="hamburger">
<span></span>
<span></span>
<span></span>
</label>
<ul class="nav-links">
<li><a href="../index.html#about">Home</a></li>
<li><a href="../index.html#projects">Projects</a></li>
<li><a href="https://git.wulliestudio.com/wullie">Git</a></li>
<li><a href="../index.html#contact">Contact</a></li>
</ul>
</nav>
</header>
<section class="Dev">
<h1>God's Bot</h1>
<p>A satirical discord bot in C and wren</p>
</section>
<section class="section">
<h2>About the bot</h2>
<p1> gods bot is a satirical bot to mirror terry davis's os Temple os</p1>
</section>
<section id="projects" class="section">
<h2> Features</h2>
<p> this is currantly what the bot is/does more will be avalibe as i test the bot</p>
<div class="feature-list">
<h3>C back end</h3>
<p>with wren scripting for easily implementing commands</p>
</div>
<div class="feature-list">
<h3>Message filtering</h3>
<p>to prevent overflow or multiple self triggers also changes all massages to lowercase for ease of parsing</p>
</div>
<div class="feature-list">
<h3>$God</h3>
<p>sends a religous themed message in the server</p>
</div>
<div class="feature-list">
<h3>$pray</h3>
<p>sends a paryer in the channel</p>
</div>
<div class="feature-list">
<h3>$terry</h3>
<p>sends a quote said by terry davis in the channle<p>
</section>
</body>
</html>