Fix error human introduced by forgetting to erase line of code

This commit is contained in:
J.A.R.V.I.S 2021-06-27 17:33:51 -06:00
parent 30e3b05596
commit a43f45dfbb

View file

@ -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