Skip to content

Commit

Permalink
Remove ping from ticket Dev Replied state update
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinaisslaying authored Apr 9, 2021
1 parent f052e63 commit 4700a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ async def on_message(msg):
await message.edit(embed=embed)

await ctx.send(f"{bot.settings['formats']['ticketStatus']} **Ticket update:** Changed ticket "
f"status to `Dev Replied`.")
f"status to `Dev Replied`.", mention_author=False)

ticket = await bot.db.tickets.find_one({
"ids.message": str(message.id)
Expand Down

0 comments on commit 4700a33

Please sign in to comment.