mirror of
https://github.com/boticord/boticordpy.git
synced 2024-11-11 19:07:29 +03:00
small docs fix
This commit is contained in:
parent
7b27a2dea9
commit
7bee2008eb
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ class AutoPost:
|
||||||
def set_interval(self, seconds: int) -> "AutoPost":
|
def set_interval(self, seconds: int) -> "AutoPost":
|
||||||
"""
|
"""
|
||||||
Sets the interval between posting stats.
|
Sets the interval between posting stats.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
seconds (:obj:`int`)
|
seconds (:obj:`int`)
|
||||||
The interval.
|
The interval.
|
||||||
|
|
Loading…
Reference in a new issue