Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Selyss committed Dec 17, 2023
1 parent 502e293 commit 81f9fcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cogs/inquiry.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81f9fcf

Please sign in to comment.