From 7126ab95e747fc612f78afa11b8cb38f63e9787d Mon Sep 17 00:00:00 2001 From: Ilses Date: Mon, 1 Aug 2016 19:58:05 -0700 Subject: [PATCH] Update search path for discord_channels.json --- PogoLocationFeeder/Helper/ChannelParser.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PogoLocationFeeder/Helper/ChannelParser.cs b/PogoLocationFeeder/Helper/ChannelParser.cs index 7ced153..1213991 100644 --- a/PogoLocationFeeder/Helper/ChannelParser.cs +++ b/PogoLocationFeeder/Helper/ChannelParser.cs @@ -20,7 +20,7 @@ public class DiscordChannelParser public List Init() { - var configFile = Path.Combine(Directory.GetCurrentDirectory(), "..\\..\\Config", "discord_channels.json"); + var configFile = Path.Combine(Directory.GetCurrentDirectory(), "discord_channels.json"); if (File.Exists(configFile)) {