0
0
Fork 0
Chatman/docs/nightbot/index.html
2023-02-20 20:21:50 -07:00

43 lines
No EOL
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chatman Command Documentation</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/dark.css">
</head>
<body>
<h1>Chatman Nightbot Commands</h1>
<h2><code>!chatman start</code> (Mod-Only)</h2>
<p>
Starts a new game of Chatman in the channel.
</p>
<hr>
<h2><code>!chatman show</code></h2>
<p>
Shows the current state of the game.
</p>
<hr>
<h2><code>!chatman guess &lt;letter&gt;</code></h2>
<p>
Guesses a letter in the currently active game. <code>letter</code> can
<b>only</b> be one letter, it doesn't allow guessing the full word.
</p>
<h2><code>!chatman &lt;letter&gt;</code></h2>
<p>
This is an alias for <code>!chatman guess &lt;letter&gt;</code>
</p>
<h2><code>!chatman solve &lt;phrase...&gt;</code></h2>
<p>
This guesses the <i>entire</i> phrase, as such when a player guesses it
incorrectly, they may cause more incorrect penalties than on a per-letter
basis.
</p>
<hr>
</body>
</html>