Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document Silent Messages. #5910

Merged
merged 1 commit into from Feb 8, 2023
Merged

Document Silent Messages. #5910

merged 1 commit into from Feb 8, 2023

Commits on Feb 8, 2023

  1. Document Silent Messages.

    Hey folks!
    
    This is actually my 2022 hackweek project which I got to finish to
    completion. :)
    
    During a message send request, if you include the new
    `SUPPRESS_NOTIFICATIONS` flag it will not broadcast any push/desktop
    notifications but will still increment the relevant mention counters.
    
    The intention is that you can get someone's attention but not feel like
    you could be distracting them. Like when you DM someone at 5am. I'm sure some
    bots can leverage this as well to avoid noise or something.
    
    Also this should work for the webhook send request as well.
    
    [Add a picture of the UI here]
    
    If you're looking to leverage this as a non-bot, you can write `@silent`
    as the _very first_ thing in a message. Make sure your client is
    up-to-date btw. Autocomplete a-la `@everyone` is not planned. Eventually we may
    put this in an "actual UI", for now this is where it lives. :)
    
    Also sorry to all the users on Discord named silent who may have some
    textual conflict now. Forgive me!
    tpcstld committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    b7d6467 View commit details
    Browse the repository at this point in the history