From 84eaac04c923ef47ddf479446b6d3380877b9822 Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Sun, 27 Jun 2021 01:16:27 -0600 Subject: [PATCH] Fix build_embed call in dbrand commands --- jarvis/cogs/dbrand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jarvis/cogs/dbrand.py b/jarvis/cogs/dbrand.py index 004e86e..a4212e0 100644 --- a/jarvis/cogs/dbrand.py +++ b/jarvis/cogs/dbrand.py @@ -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",