Probably implement #17
This commit is contained in:
parent
f3ccd0ab97
commit
a89e9170dc
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue