Skip to content

Add option to mute pings from the bot #3

@narcistiq

Description

@narcistiq

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions