From 8a67fcfc292ec2a2d6dc7152d7c3c8b20038d289 Mon Sep 17 00:00:00 2001 From: LinuxWizard42 Date: Fri, 29 Jul 2022 23:47:59 +0300 Subject: First commit --- wizardbot/index.html | 137 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 wizardbot/index.html (limited to 'wizardbot') 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 @@ + + + + + + + + + +WizardBot - VoidNet + + + +
+
+

WizardBot

+ +WizardBot is twitch bot made by VoidNet owner. +
+
+Programming language the bot is written in: C +
+
+List of WizardBot commands +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CommandDescription
$infoShow info about bot
$rps [option]Play rock, paper, scissors with chosen option
$rpswins [name]Show rock, paper, scissors wins for given user name. If no user is given then it shows your wins.
$dadjokeGet random dad joke
$techGet random tech joke/quote
$randomsentence [amount]Generate random sentence out of given amount of words
$wordcountShow amount of words available for generating random sentences
$dadjokecountShow amount of dad jokes the bot has
$banstatusSee your current ban status.
$banuser [name] [reason]Ban given user with given name and reason from using the bot (Owner only command)
$unbanuser [name]Unban user, this allows the unbanned user to use the bot again (Owner only command)
$termbin [text]Upload given text to termbin pastebin site (Owner only command)
$quoteUpload latest chat message in quote format to termbin pastebin site (Owner only command)
$botsay [text]Make bot say given text (Owner only command)
$commandsGet link to this page
$coinflipSimple coin flip
$timer [time] [message]Start timer that runs out after minutes given as time and sends the given message after that time
$shutdownShutdown bot (owner only)
+
+
+
+
+ + \ No newline at end of file -- cgit v1.2.3-86-g962b