blob: 7e313ecb317dd567a5800eccd9b0240c4f0f26d2 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
<!DOCTYPE html>
<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"/>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/js/bootstrap.bundle.min.js" crossorigin="anonymous" referrerpolicy="no-referrer" type="text/javascript"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/css/bootstrap.min.css" crossorigin="anonymous" referrerpolicy="no-referrer" type="text/css"/>
<link rel="stylesheet" href="/css/voidnet.css" type="text/css"/>
<title>WizardBot V2 - VoidNet</title>
</head>
<body>
<nav class="navbar navbar-dark dark_navbar navbar-expand-lg mb-2 shadow">
<div class="container-fluid">
<img class="navbar_logo" src="/img/voidnet_logo.png"></img>
<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">Servers</a></li>
<li class="nav-item"><a class="nav-link navbar_link" href="/software">Software</a></li>
<li class="nav-item"><a class="nav-link navbar_link" href="/forum">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" 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">Contact</a></li>
<li><a class="dropdown-item wtext dropdown_item_transition" href="/about">About</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div class="container-fluid h-100">
<div class="container-fluid w-100 mb-4 content_box shadow rounded-2">
<center>
<h1 class="wtext content_title">WizardBot V2</h1>
<span class="wtext content_text">
WizardBot V2 is the second version of twitch bot made by VoidNet owner.
<br/>
<br/>
Programming language the bot is written in: C
<br/>
<br/>
<a href="/wizardbotv2/leaderboard" target="_blank">WizardBot V2 Cookies Leaderboard</a>
<br/>
<br/>
<b>List of WizardBot V2 commands</b>
<hr width="90%"></hr>
<br/>
<div class="table-responsive">
<table class="table table-striped table-bordered table-dark w-100">
<thead>
<tr><th><center>Command</center></th><th><center>Description</center></th></tr>
</thead>
<tbody>
<tr><td>$info</td><td>Show info about bot</td>
<tr><td>$randomsentence [number]</td><td>Generate random sentence that has given number of words (max 20)</td>
<tr><td>$givecookie [name]</td><td>Give virtual cookie to specified user</td>
<tr><td>$cookies</td><td>Get the amount of cookies you currently have</td>
<tr><td>$rps [option]</td><td>Play rock, paper, scissors with given option</td></tr>
<tr><td>$random</td><td>Get random quote</td>
<tr><td>$rpswins</td><td>Get amount of rock, paper, scissors wins</td>
<tr><td>$banstatus</td><td>Get current ban status (shows if banned from using the bot)</td>
<tr><td>$setcookies [name] [amount]</td><td>Set cookie for given user (Owner only command)</td></tr>
<tr><td>$banuser [name] [reason]</td><td>Ban user from using the bot (Owner only command)</td></tr>
<tr><td>$unbanuser [name]</td><td>Unban user (allows the given user to use the bot again, owner only command)</td></tr>
<tr><td>$wordcount</td><td>Show amount of words available for $randomsentence command</td></tr>
<tr><td>$exec [command]</td><td>Execute the given command on the computer the bot is running on and send output to chat (owner only command)</td></tr>
<tr><td>$shutdown</td><td>Shutdown the bot</td></tr>
</tbody>
</table>
</div>
</span>
</center>
<br/>
</div>
</div>
</body>
</html>
|