From 81f9fcfa1337ce060c411a584295725eb89100c7 Mon Sep 17 00:00:00 2001 From: Selyss <99344963+Selyss@users.noreply.github.com> Date: Sun, 17 Dec 2023 12:30:32 -0500 Subject: [PATCH] update --- cogs/inquiry.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cogs/inquiry.py b/cogs/inquiry.py index 0d96507..9c0affb 100644 --- a/cogs/inquiry.py +++ b/cogs/inquiry.py @@ -179,12 +179,13 @@ async def accept(self, btn: nextcord.ui.Button, inter: nextcord.Interaction): view=AdView(), ) emb = nextcord.Embed() - emb.color = 0xE67E22 + emb.color = AD_EM_COLOR emb.title = "__**Advertisement Services**__" emb.description = """:bell: $40 = Ping @ everyone with ad message/links\n\n:gift: $45 = Hosted Nitro Giveaway Ad with @ everyone ping (Nitro must be supplied by the customer)\n\n*These prices apply to the Vanilla PvP Community/Tier List*""" await new_channel.send(embed=emb) else: + # IS NOT AD em.color = INQUIRY em.set_author(name=f"{name} inquired:", icon_url=person.avatar) em.description = content