Skip to content

Commit

Permalink
Don't mention in periodic messages.
Browse files Browse the repository at this point in the history
	modified:   src/plugins/notifications.py
  • Loading branch information
vicky5124 committed Nov 15, 2023
1 parent 0b20996 commit 4bc2440
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plugins/notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ async def cron_task(item: config.ConfigNotifications) -> None:
await plug.bot.rest.create_message(
item.channel_id,
item.message,
mentions_everyone=True,
role_mentions=True,
user_mentions=True,
mentions_everyone=False,
role_mentions=False,
user_mentions=False,
)

for i in plug.bot.config.notifications:
Expand Down

0 comments on commit 4bc2440

Please sign in to comment.