Fix build_embed call in dbrand commands

This commit is contained in:
Zeva Rose 2021-06-27 01:16:27 -06:00
parent 38621f33b4
commit 84eaac04c9

View file

@ -548,7 +548,7 @@ class DbrandCog(commands.Cog):
link = self.base_url + "/shipping/" + matches[0]
dest = matches[0]
embed = build_embed(
"Shipping to {}".format(dest),
title="Shipping to {}".format(dest),
desc="[View all shipping destinations]"
+ "(https://dbrand.com/shipping)",
color="#FFBB00",