mirror of
https://github.com/RPCS3/discord-bot.git
synced 2025-02-12 22:08:39 +00:00
fix a stupid mistake
This commit is contained in:
parent
15a072ccb5
commit
7b6ef8e1ce
@ -156,7 +156,7 @@ namespace CompatBot
|
||||
try
|
||||
{
|
||||
var args = Environment.CommandLine.Split(' ', StringSplitOptions.RemoveEmptyEntries);
|
||||
if (args.Length > 1)
|
||||
if (args.Length > 1 && SandboxDetector.Detect() != "Docker")
|
||||
inMemorySettings[nameof(Token)] = args[1];
|
||||
|
||||
config = new ConfigurationBuilder()
|
||||
|
Loading…
x
Reference in New Issue
Block a user