Fix error human introduced by forgetting to erase line of code
This commit is contained in:
parent
30e3b05596
commit
a43f45dfbb
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ class DbrandCog(commands.Cog):
|
||||||
search = chr(ord(search[0]) - uni2ascii) + chr(
|
search = chr(ord(search[0]) - uni2ascii) + chr(
|
||||||
ord(search[1]) - uni2ascii
|
ord(search[1]) - uni2ascii
|
||||||
)
|
)
|
||||||
search = search.split("_")[1][:-1]
|
|
||||||
else:
|
else:
|
||||||
await ctx.send("Please use text to search for shipping.")
|
await ctx.send("Please use text to search for shipping.")
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Reference in a new issue