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