Skip to content

Commit

Permalink
update copy confusion around allowed metnions
Browse files Browse the repository at this point in the history
  • Loading branch information
night committed Apr 6, 2021
1 parent e53e224 commit c3f55a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/Channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ Due to possible ambiguities, not all configurations are valid. An _invalid_ conf
Because `parse: ["users"]` and `users: [123, 124]` are both present, we would throw a validation error.
This is because the conditions cannot be fulfilled simultaneously (they are mutually exclusive).

Any entities with an ID included in the list of IDs will be mentioned. Note that the IDs of entities not present in the message's content will simply be ignored.
Any entities with an ID included in the list of IDs can be mentioned. Note that the IDs of entities not present in the message's content will simply be ignored.
e.g. The following example is valid, and would mention user 123, but _not_ user 125 since there is no mention of
user 125 in the content.

Expand Down

0 comments on commit c3f55a5

Please sign in to comment.