Changing to the right file path for Digby command

pull/8/head
sgoudham 4 years ago
parent 8d30bbca3f
commit 811ad88c61

@ -158,7 +158,7 @@ class Fun(commands.Cog):
try:
# Open the file containing the digby images
with open('images/digby.txt') as file:
with open('images/FunCommands/digby.txt') as file:
# Store content of the file in digby_array
digby_array = file.readlines()

Loading…
Cancel
Save