Commit bd8b3d0
authored
Clarity around the sender/receiver in ShouldDeliverCallback. (#1050)
## Changes
<!-- Please summarize your changes. -->
Elaborated on the sender/receiver structure of
`TextChannel.ShouldDeliverCallback`. My co-worker got confused while he
was working on a problem with us and thought the callback only gave you
information about who sent the message, since in Play Solo you would be
the only sender and recipient of the message. After confirming how I
suspected it actually worked, I went in and made this documentation
change so others hopefully don't have similar confusion in the future.
<!-- Please link to any applicable information (forum posts, bug
reports, etc.). -->
## Checks
By submitting your pull request for review, you agree to the following:
- [X] This contribution was created in whole or in part by me, and I
have the right to submit it under the terms of this repository's open
source licenses.
- [X] I understand and agree that this contribution and a record of it
are public, maintained indefinitely, and may be redistributed under the
terms of this repository's open source licenses.
- [X] To the best of my knowledge, all proposed changes are accurate.
---------1 parent 4e58a26 commit bd8b3d0
1 file changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
297 | 301 | | |
298 | 302 | | |
299 | 303 | | |
300 | 304 | | |
301 | 305 | | |
302 | | - | |
| 306 | + | |
| 307 | + | |
303 | 308 | | |
304 | 309 | | |
305 | 310 | | |
306 | | - | |
| 311 | + | |
| 312 | + | |
307 | 313 | | |
308 | 314 | | |
309 | 315 | | |
| |||
0 commit comments