Probably implement #17

This commit is contained in:
Zeva Rose 2021-06-30 20:47:47 -06:00
parent f3ccd0ab97
commit a89e9170dc

View file

@ -117,9 +117,10 @@ 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
) )
elif search == "🏳": elif search == "🏳":
search = "fr" search = "fr"
else: else:
print(search)
await ctx.send("Please use text to search for shipping.") await ctx.send("Please use text to search for shipping.")
return return
if len(search) > 2: if len(search) > 2: