From 8dac9aad1ffd3e62f1c2ab631eaace26bf9d9bef Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sun, 7 Jun 2020 01:12:18 +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 13cb4be6..18a36199 100644 --- a/cogs/FunCommands.py +++ b/cogs/FunCommands.py @@ -107,7 +107,7 @@ class Fun(commands.Cog): if str(ctx.channel) in channels: # path = PurePath('Ensobot', 'kissing.txt') - with open(str(r'C:\Users\sgoud\PycharmProjects\EnsoBot\cogs\kissing.txt')) as file: + with open(str('C:/Users/sgoud/PycharmProjects/EnsoBot/images/kissing.txt')) as file: kissing_array = file.readlines() # set member as the author