diff --git a/Program.cs b/Program.cs index 3203ac8..4f28428 100644 --- a/Program.cs +++ b/Program.cs @@ -8,7 +8,7 @@ Env.Load(); var token = Environment.GetEnvironmentVariable("TOKEN"); var allowedUserIds = new List { 15652354820931584 }; var ownerId = 15652354820931584; -var prefix = Environment.GetEnvironmentVariable("DEVPREFIX"); +var prefix = Environment.GetEnvironmentVariable("PREFIX"); var client = new ValourClient("https://api.valour.gg/"); client.SetupHttpClient(); diff --git a/README.md b/README.md index 9b18363..a8ab730 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ provided SkyBot.csproj file.

Before running the bot, create a .env file in the root directory of the project with the following content:

TOKEN=your-bot-token-here
-DEVPREFIX=your-prefix-here
+PREFIX=your-prefix-here