From 811ad88c6100b76baf045970c15428f0e1405464 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 14 Jul 2020 02:06:33 +0100 Subject: [PATCH] Changing to the right file path for Digby command --- cogs/fun/fun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/fun/fun.py b/cogs/fun/fun.py index cd5337c4..6ae4e858 100644 --- a/cogs/fun/fun.py +++ b/cogs/fun/fun.py @@ -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()