Fix formatting and reorder 'Running the Bot' section

This commit is contained in:
SkyJoshua
2026-02-26 15:32:55 +00:00
committed by GitHub
parent 6550945fa2
commit 8d1ff28c65

View File

@@ -69,11 +69,6 @@ All required NuGet packages will be installed automatically using the
provided <code>SkyBot.csproj</code> file. provided <code>SkyBot.csproj</code> file.
</p> </p>
<h2>Running the Bot</h2>
<pre><code>dotnet run
</code></pre>
<h2>Configuration</h2> <h2>Configuration</h2>
<p>Before running the bot, create a <code>.env</code> file in the root directory of the project with the following content:</p> <p>Before running the bot, create a <code>.env</code> file in the root directory of the project with the following content:</p>
@@ -90,6 +85,11 @@ Sensitive data such as bot tokens should never be committed to the repository.
Use environment variables or secure configuration methods. Use environment variables or secure configuration methods.
</p> </p>
<h2>Running the Bot</h2>
<pre><code>dotnet run
</code></pre>
<h2>Contributing</h2> <h2>Contributing</h2>
<p> <p>
Contributions are welcome. By submitting a contribution, you agree that your Contributions are welcome. By submitting a contribution, you agree that your