From a43f45dfbb21dc96bd03f372b9e29cd50b0ce9f0 Mon Sep 17 00:00:00 2001 From: "J.A.R.V.I.S" Date: Sun, 27 Jun 2021 17:33:51 -0600 Subject: [PATCH] Fix error human introduced by forgetting to erase line of code --- jarvis/cogs/dbrand.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jarvis/cogs/dbrand.py b/jarvis/cogs/dbrand.py index 46b0943..e9c3d79 100644 --- a/jarvis/cogs/dbrand.py +++ b/jarvis/cogs/dbrand.py @@ -56,7 +56,6 @@ class DbrandCog(commands.Cog): search = chr(ord(search[0]) - uni2ascii) + chr( ord(search[1]) - uni2ascii ) - search = search.split("_")[1][:-1] else: await ctx.send("Please use text to search for shipping.") return