summaryrefslogtreecommitdiff
path: root/wizardbot
diff options
context:
space:
mode:
authorLinuxWizard42 <computerwizard@linuxmail.org>2022-07-29 23:47:59 +0300
committerLinuxWizard42 <computerwizard@linuxmail.org>2022-07-29 23:47:59 +0300
commit8a67fcfc292ec2a2d6dc7152d7c3c8b20038d289 (patch)
tree6bf38a8558b9ef232f778ea47e9d48e33333d224 /wizardbot
downloadVoidNet_Site-8a67fcfc292ec2a2d6dc7152d7c3c8b20038d289.tar.gz
VoidNet_Site-8a67fcfc292ec2a2d6dc7152d7c3c8b20038d289.tar.zst
First commit
Diffstat (limited to 'wizardbot')
-rw-r--r--wizardbot/index.html137
1 files changed, 137 insertions, 0 deletions
diff --git a/wizardbot/index.html b/wizardbot/index.html
new file mode 100644
index 0000000..fc3fc4c
--- /dev/null
+++ b/wizardbot/index.html
@@ -0,0 +1,137 @@
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+<meta name="referrer" content="same-origin"/>
+<meta name="viewport" content="width=device-width, initial-scale=0.7"/>
+<meta name="description" content="VoidNet Server Network"/>
+<meta name="og:title" content="VoidNet"/>
+<meta name="og:description" content="VoidNet Server Network"/>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.0/js/bootstrap.bundle.min.js" integrity="sha512-9GacT4119eY3AcosfWtHMsT5JyZudrexyEVzTBWV3viP/YfB9e2pEy3N7WXL3SV6ASXpTU0vzzSxsbfsuUH4sQ==" crossorigin="anonymous" referrerpolicy="no-referrer" type="text/javascript"></script>
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.0/css/bootstrap.min.css" integrity="sha512-XWTTruHZEYJsxV3W/lSXG1n3Q39YIWOstqvmFsdNEEQfHoZ6vm6E9GK2OrF6DSJSpIbRbi+Nn0WDPID9O7xB2Q==" crossorigin="anonymous" referrerpolicy="no-referrer" type="text/css"/>
+<link rel="stylesheet" href="../css/voidnet.css" type="text/css"/>
+<title>WizardBot - VoidNet</title>
+<html>
+<body>
+<nav class="navbar navbar-dark dark_navbar navbar-expand-lg mb-4 shadow">
+<div class="container-fluid">
+<img class="navbar_logo" src="../img/voidnet_logo.png"></img>
+<hr width="20px" height="0px"></hr>
+<button class="navbar-toggler me-auto" type="button" data-bs-toggle="collapse" data-bs-target="#mnav"><span class="wtext">Menu</span></button>
+<div class="collapse navbar-collapse" id="mnav">
+<ul class="navbar-nav me-auto">
+<li class="nav-item"><a class="nav-link navbar_link" href="../index.html">Home</a></li>
+<li class="nav-item"><a class="nav-link navbar_link" href="../servers.html">Servers</a></li>
+<li class="nav-item"><a class="nav-link navbar_link" href="../software.html">Software</a></li>
+<li class="nav-item"><a href="/forum" class="nav-link navbar_link">Forum</a></li>
+<li class="nav-item dropdown">
+<a href="#" class="nav-link navbar_link dropdown-toggle" data-bs-toggle="dropdown">Other</a>
+<ul class="dropdown-menu dark_navbar">
+<li><a href="/server_status.php" class="dropdown-item wtext dropdown_item_transition">Server status</a></li>
+<li><a class="dropdown-item wtext dropdown_item_transition" href="https://twitter.com/VoidNetServers" target="_blank" rel="noopener noreferer">VoidNet Twitter</a></li>
+<li><a class="dropdown-item wtext dropdown_item_transition" href="https://discord.gg/dZ7Kd2RqSv" target="_blank" rel="noopener noreferer">VoidNet Discord</a></li>
+<li><a class="dropdown-item wtext dropdown_item_transition" href="../contact.php">Contact</a></li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+</nav>
+<div class="container w-75 mb-4 content_box shadow rounded-2">
+<center>
+<h1 class="wtext content_title">WizardBot</h1>
+<span class="wtext content_text">
+WizardBot is twitch bot made by VoidNet owner.
+<br/>
+<br/>
+Programming language the bot is written in: C
+<br/>
+<br/>
+<b>List of WizardBot commands</b>
+<hr width="90%"></hr>
+<br/>
+<table class="table table-striped table-dark table-bordered w-75">
+<tr>
+<thead>
+<th>Command</th>
+<th>Description</th>
+</thead>
+</tr>
+<tbody>
+<tr>
+<td>$info</td>
+<td>Show info about bot</td>
+</tr>
+<tr>
+<td>$rps [option]</td>
+<td>Play rock, paper, scissors with chosen option</td>
+</tr>
+<tr>
+<td>$rpswins [name]</td>
+<td>Show rock, paper, scissors wins for given user name. If no user is given then it shows your wins.</td>
+</tr>
+<tr>
+<td>$dadjoke</td>
+<td>Get random dad joke</td>
+</tr>
+<tr>
+<td>$tech</td>
+<td>Get random tech joke/quote</td>
+</tr>
+<tr>
+<td>$randomsentence [amount]</td>
+<td>Generate random sentence out of given amount of words</td>
+</tr>
+<tr>
+<td>$wordcount</td>
+<td>Show amount of words available for generating random sentences</td>
+</tr>
+<tr>
+<td>$dadjokecount</td>
+<td>Show amount of dad jokes the bot has</td>
+</tr>
+<tr>
+<td>$banstatus</td>
+<td>See your current ban status.</td>
+</tr>
+<tr>
+<td>$banuser [name] [reason]</td>
+<td>Ban given user with given name and reason from using the bot (Owner only command)</td>
+</tr>
+<tr>
+<td>$unbanuser [name]</td>
+<td>Unban user, this allows the unbanned user to use the bot again (Owner only command)</td>
+</tr>
+<tr>
+<td>$termbin [text]</td>
+<td>Upload given text to termbin pastebin site (Owner only command)</td>
+</tr>
+<tr>
+<td>$quote</td>
+<td>Upload latest chat message in quote format to termbin pastebin site (Owner only command)</td>
+</tr>
+<tr>
+<td>$botsay [text]</td>
+<td>Make bot say given text (Owner only command)</td>
+</tr>
+<tr>
+<td>$commands</td>
+<td>Get link to this page</td>
+</tr>
+<tr>
+<td>$coinflip</td>
+<td>Simple coin flip</td>
+</tr>
+<tr>
+<td>$timer [time] [message]</td>
+<td>Start timer that runs out after minutes given as time and sends the given message after that time</td>
+</tr>
+<tr>
+<td>$shutdown</td>
+<td>Shutdown bot (owner only)</td>
+</tr>
+</tbody>
+</table>
+</span>
+</center>
+<br/>
+</div>
+</body>
+</html> \ No newline at end of file