-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
ResearcherRouter/src/bot/cogs/Commands.py
Lines 101 to 108 in e5f8dc7
| await ctx.reply( | |
| response, | |
| embeds=paper_info, | |
| allowed_mentions=discord.AllowedMentions( | |
| users=True, # Allow pinging users | |
| replied_user=True # Allow reply ping | |
| ) | |
| ) |
Current code pings all users, upon usage, add a check where if the user calls the command with an optional flag ( i.e. !search -dnd ), then the bot will not mention thread participants upon calling !search.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels