blob: 1d22dc6ebf6d47c7ca1f9eec5c8ec10c19ac5fa5 (
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
|
<!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 - 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="/servers-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</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/>
<div class="table-responsive">
<table class="table table-striped table-dark table-bordered w-100">
<tr>
<thead>
<th><center>Command</center></th>
<th><center>Description</center></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>
</div>
</span>
</center>
<br/>
</div>
</div>
</body>
</html>
|