Skip to content

Commit

Permalink
Make mystic forger notifier silent #138
Browse files Browse the repository at this point in the history
  • Loading branch information
Maselkov committed Jun 1, 2023
1 parent bd14dea commit 9998f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guildwars2/notifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ async def send_notification(user, embed):
if not user:
return
try:
await user.send(embed=embed)
await user.send("@silent", embed=embed)
except discord.HTTPException:
pass

Expand Down

0 comments on commit 9998f3d

Please sign in to comment.