Trying to link subdirectories in heroku

pull/1/head
sgoudham 4 years ago
parent 14e052876b
commit b52f4c4dc9

@ -108,7 +108,7 @@ class Fun(commands.Cog):
if str(ctx.channel) in channels:
# path = PurePath('Ensobot', 'kissing.txt')
path = PureWindowsPath(r'C:', 'Users', 'sgoud' 'PycharmProjects', 'EnsoBot', 'images', 'kissing.txt')
path = PureWindowsPath('C:', 'Users', 'sgoud' 'PycharmProjects', 'EnsoBot', 'images', 'kissing.txt')
with open(str(path)) as file:
kissing_array = file.readlines()

Loading…
Cancel
Save