Trying to get errorFunction to work

pull/2/head
sgoudham 4 years ago
parent b334ad877b
commit 3a8657f21a

@ -41,7 +41,7 @@ class Waifus(commands.Cog):
else:
await errorFunction(ctx)
await errorFunction()
except FileNotFoundError as e:
print(e)
@ -69,7 +69,7 @@ class Waifus(commands.Cog):
else:
await errorFunction(ctx)
await errorFunction()
except FileNotFoundError as e:
print(e)
@ -96,7 +96,7 @@ class Waifus(commands.Cog):
else:
await errorFunction(ctx)
await errorFunction()
except FileNotFoundError as e:
print(e)

Loading…
Cancel
Save