Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 0c33cc2

Browse files
authored
Update Program.cs
* Use uppercase STOREBOTTOKEN environment variable, in sync with README
1 parent 102633a commit 0c33cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ private static Task Commands_CommandErrored(CommandErrorEventArgs e)
5757

5858
public static async Task<DiscordConfiguration> LoadConfig()
5959
{
60-
string token = Environment.GetEnvironmentVariable("storebottoken");
60+
string token = Environment.GetEnvironmentVariable("STOREBOTTOKEN");
6161
if (!String.IsNullOrEmpty(token))
6262
{
6363
DiscordConfiguration configenv = new DiscordConfiguration()

0 commit comments

Comments
 (0)