43 lines
No EOL
1.1 KiB
HTML
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 <letter></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 <letter></code></h2>
|
|
<p>
|
|
This is an alias for <code>!chatman guess <letter></code>
|
|
</p>
|
|
|
|
<h2><code>!chatman solve <phrase...></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> |