Skip to content

Commit 6fb62b6

Browse files
committed
Fix docs
1 parent 37e460a commit 6fb62b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/guide/core/messages.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ These classes accept different parameters but still have some in common:
2929
- ``start_period`` - If not None, represents bottom range of randomized period
3030
- ``end_period`` - If ``start_period`` is not None, this represents upper range of randomized period, if ``start_period`` is None, represents fixed sending period.
3131
- ``data`` (varies on message types) - data that is actually send to Discord.
32-
- ``start_in`` - Defines when the message the shilling of message should stop (object be removed from framework).
32+
- ``start_in`` - Defines when the message should first be sent.
33+
- ``remove_after`` - Defines when the message the shilling of message should stop (object be removed from framework).
3334

3435
For more information about these, see |TextMESSAGE|, |VoiceMESSAGE|, |DirectMESSAGE|.
3536

0 commit comments

Comments
 (0)