Skip to content

Commit 7efe9ad

Browse files
committed
fix of some texts
1 parent 015abf1 commit 7efe9ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/telegram.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,7 +1526,7 @@ about its business.
15261526
15271527
.. versionadded:: 0.7
15281528

1529-
.. py:method:: send_dice([emoji, reply_to=None, extra=None, attach=None, notify=True])
1529+
.. py:method:: send_dice([emoji=None, reply_to=None, extra=None, attach=None, notify=True])
15301530
15311531
Use this method to send a dice, which will have a random value from 1 to 6
15321532

@@ -2551,7 +2551,7 @@ about its business.
25512551

25522552
.. versionadded:: 0.7
25532553

2554-
.. py:method:: reply_with_dice([emoji, extra=None, attach=None, notify=True])
2554+
.. py:method:: reply_with_dice([emoji=None, extra=None, attach=None, notify=True])
25552555
25562556
Use this method to reply with a dice, which will have a random value from 1 to 6
25572557

0 commit comments

Comments
 (0)