Closes #17
This commit is contained in:
parent
5974d305b5
commit
f3ccd0ab97
1 changed files with 2 additions and 0 deletions
|
@ -117,6 +117,8 @@ class DbrandCog(commands.Cog):
|
|||
search = chr(ord(search[0]) - uni2ascii) + chr(
|
||||
ord(search[1]) - uni2ascii
|
||||
)
|
||||
elif search == "🏳":
|
||||
search = "fr"
|
||||
else:
|
||||
await ctx.send("Please use text to search for shipping.")
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue