From 177cb12b59c59f65584750c92a191e04bc44e33b Mon Sep 17 00:00:00 2001 From: skyjoshua Date: Thu, 12 Mar 2026 20:27:40 +0000 Subject: [PATCH] yes. --- Program.cs | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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