Skip to content

Commit

Permalink
make mentions actually mention
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzdom committed Nov 23, 2024
1 parent 3cebc2e commit 42d7975
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/extensions/agenda.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ async def gen_agenda(

announce = await plugin.client.rest.create_message(
CHANNEL_IDS["bots-cmt"],
mentions_everyone=False,
user_mentions=True,
role_mentions=True,
content=announce_text,
)

Expand Down

0 comments on commit 42d7975

Please sign in to comment.