Skip to content

Update discord.md #355

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/beta/plugins/discord.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,13 +260,13 @@ The emoji ID is `745438325086879794`. The reaction weight is then specified in
to have `:sourcecred_pink:` be 20 times a regular reaction, we would add the
below line to `config.json`.

`"sourcecred_pink:745438325086879794": 20`

`applyAveraging` - `false` by default, meaning that the emoji scores on a
message are all added together, so more people reacting means more Cred. `true`
would mean that the emojis will be summed for each user, and then averaged
across users, so more people reacting does not mean more Cred.

`"sourcecred_pink:745438325086879794": 20`

### channelWeightConfig

This can be used similarly to `reactionWeightConfig` to change the multipliers
Expand Down