Skip to content

Commit

Permalink
add note about pinging staff to open-ticket embed (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMoksej authored Apr 16, 2021
1 parent 7577567 commit 4960228
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cogs/tickets.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ async def open_ticket(self, ctx, bot: typing.Union[discord.User, str]):

embed = discord.Embed(colour=self.awaiting_response,
description="Hello, whilst reviewing your bot we found some issues, please refer to "
"the message(s) the staff member has sent below.",
"the message(s) the staff member has sent below. Please do not ping staff members "
"when replying.",
timestamp=datetime.utcnow())

embed.set_author(name=f"Approval Feedback - {ticket_id} [AWAITING RESPONSE]",
Expand Down

0 comments on commit 4960228

Please sign in to comment.