updated README.md to have the source code command

This commit is contained in:
2026-02-27 20:26:46 +00:00
parent 64e3ee4c60
commit 01cea71522

View File

@@ -121,7 +121,7 @@ All required NuGet packages are installed automatically via <code>SkyAI.csproj</
<pre><code>TOKEN=your-valour-bot-token <pre><code>TOKEN=your-valour-bot-token
OPENWEBAPI=your-openwebui-api-key OPENWEBAPI=your-openwebui-api-key
OPENWEBURL=http://localhost:8080</code></pre> OPENWEBURL=your-openwebui-url</code></pre>
<p> <p>
Do not commit this file to version control. Do not commit this file to version control.
@@ -150,6 +150,10 @@ Do not commit this file to version control.
<td><code>s.cm</code></td> <td><code>s.cm</code></td>
<td>Clear channel conversation memory</td> <td>Clear channel conversation memory</td>
</tr> </tr>
<tr>
<td><code>s.source</code></td>
<td>Shows the source code of the bot</td>
</tr>
</table> </table>
<hr> <hr>