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)) {