From 7ac1db0e004481ae15da7066ded683b8ac116acd Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sun, 7 Jun 2020 01:21:43 +0100 Subject: [PATCH] Trying to link subdirectories in heroku --- cogs/FunCommands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/FunCommands.py b/cogs/FunCommands.py index a3d03008..242f9215 100644 --- a/cogs/FunCommands.py +++ b/cogs/FunCommands.py @@ -108,7 +108,7 @@ class Fun(commands.Cog): if str(ctx.channel) in channels: # path = PurePath('Ensobot', 'kissing.txt') - path = PurePath('C:', 'Users', 'sgoud' 'PycharmProjects', 'EnsoBot', 'cogs', 'kissing.txt') + path = PurePath('C:', 'Users', 'sgoud', 'PycharmProjects', 'EnsoBot', 'cogs', 'kissing.txt') with open(str(path)) as file: kissing_array = file.readlines()