Trying to link subdirectories in heroku

pull/1/head
sgoudham 5 years ago
parent 78450e8e33
commit 7ac1db0e00

@ -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()

Loading…
Cancel
Save