Typo
This commit is contained in:
parent
8c30d02edc
commit
b61b37658c
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ class DbrandCog(commands.Cog):
|
||||||
embed = build_embed(
|
embed = build_embed(
|
||||||
title="Shipping to {}".format(data["country"]),
|
title="Shipping to {}".format(data["country"]),
|
||||||
description="No shipping available.\nTime to move to a country"
|
description="No shipping available.\nTime to move to a country"
|
||||||
+ "that has shipping available.\nYou can [find a new country "
|
+ " that has shipping available.\nYou can [find a new country "
|
||||||
+ "to live in here](https://dbrand.com/shipping)",
|
+ "to live in here](https://dbrand.com/shipping)",
|
||||||
fields=[],
|
fields=[],
|
||||||
url="https://dbrand.com/shipping",
|
url="https://dbrand.com/shipping",
|
||||||
|
|
Loading…
Add table
Reference in a new issue