Fix build_embed call in dbrand commands
This commit is contained in:
parent
38621f33b4
commit
84eaac04c9
1 changed files with 1 additions and 1 deletions
|
@ -548,7 +548,7 @@ class DbrandCog(commands.Cog):
|
||||||
link = self.base_url + "/shipping/" + matches[0]
|
link = self.base_url + "/shipping/" + matches[0]
|
||||||
dest = matches[0]
|
dest = matches[0]
|
||||||
embed = build_embed(
|
embed = build_embed(
|
||||||
"Shipping to {}".format(dest),
|
title="Shipping to {}".format(dest),
|
||||||
desc="[View all shipping destinations]"
|
desc="[View all shipping destinations]"
|
||||||
+ "(https://dbrand.com/shipping)",
|
+ "(https://dbrand.com/shipping)",
|
||||||
color="#FFBB00",
|
color="#FFBB00",
|
||||||
|
|
Loading…
Add table
Reference in a new issue