prefix in env

This commit is contained in:
2026-03-12 20:25:32 +00:00
parent 0fb95eedef
commit ea4aa56f5d

View File

@@ -72,6 +72,7 @@ provided <code>SkyBot.csproj</code> file.
<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>
<pre><code>TOKEN=your-bot-token-here <pre><code>TOKEN=your-bot-token-here
PREFIX=your-prefix-here
</code></pre> </code></pre>
<ul> <ul>