diff --git a/boticordpy/autopost.py b/boticordpy/autopost.py index 8f3d01d..caf1aa9 100644 --- a/boticordpy/autopost.py +++ b/boticordpy/autopost.py @@ -144,6 +144,7 @@ class AutoPost: def set_interval(self, seconds: int) -> "AutoPost": """ Sets the interval between posting stats. + Args: seconds (:obj:`int`) The interval.